comparison src/version.c @ 12297:98586656fcae v8.0.1028

patch 8.0.1028: MS-Windows: viminfo uses $VIM/_viminfo if $HOME not set commit https://github.com/vim/vim/commit/3d593c2dc97c5426316bf343910cad911b2f6b49 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 31 20:42:18 2017 +0200 patch 8.0.1028: MS-Windows: viminfo uses $VIM/_viminfo if $HOME not set Problem: MS-Windows: viminfo uses $VIM/_viminfo if $HOME not set. (Yongwei Wu) Solution: Use vim_getenv() but check it's returning the default "C:/".
author Christian Brabandt <cb@256bit.org>
date Thu, 31 Aug 2017 20:45:04 +0200
parents 270256b6d0b8
children f4d00472e617
comparison
equal deleted inserted replaced
12296:bd603ab3114f 12297:98586656fcae
767 NULL 767 NULL
768 }; 768 };
769 769
770 static int included_patches[] = 770 static int included_patches[] =
771 { /* Add new patch number below this line */ 771 { /* Add new patch number below this line */
772 /**/
773 1028,
772 /**/ 774 /**/
773 1027, 775 1027,
774 /**/ 776 /**/
775 1026, 777 1026,
776 /**/ 778 /**/