diff --git a/nsis/gvim.nsi b/nsis/gvim.nsi index adb38a4a11..72252527c7 100644 --- a/nsis/gvim.nsi +++ b/nsis/gvim.nsi @@ -397,6 +397,9 @@ Section "$(str_section_exe)" id_section_exe SetOutPath $0\indent File ${VIMRT}\indent\*.* + SetOutPath $0\keymap + File ${VIMRT}\keymap\*.* + SetOutPath $0\macros File /r ${VIMRT}\macros\*.* diff --git a/src/version.c b/src/version.c index 4daa6e5715..2e32ae1d1b 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 32, /**/ 31, /**/