comparison src/version.c @ 15046:c1be7c8bb602 v8.1.0534

patch 8.1.0534: MS-Windows installer uses different $HOME than Vim commit https://github.com/vim/vim/commit/25a494ce609f54ce240b1986aad16ca27186d646 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 16 19:39:50 2018 +0100 patch 8.1.0534: MS-Windows installer uses different $HOME than Vim Problem: MS-Windows installer uses different $HOME than Vim. Solution: Use the Vim logic also in the MS-Windows installer. (Ken Takata, closes #3564)
author Bram Moolenaar <Bram@vim.org>
date Fri, 16 Nov 2018 19:45:05 +0100
parents f47b5dfe5c6d
children 73f59cd01ba7
comparison
equal deleted inserted replaced
15045:ad62eff820ee 15046:c1be7c8bb602
790 NULL 790 NULL
791 }; 791 };
792 792
793 static int included_patches[] = 793 static int included_patches[] =
794 { /* Add new patch number below this line */ 794 { /* Add new patch number below this line */
795 /**/
796 534,
795 /**/ 797 /**/
796 533, 798 533,
797 /**/ 799 /**/
798 532, 800 532,
799 /**/ 801 /**/