1
0
forked from aniani/vim

patch 9.1.0032: MS-Windows installer misses keymaps

Problem:  MS-Windows installer misses keymaps
          (Maxim Kim)
Solution: Include keymaps in the installer archive
          (Ken Takata)

fixes: vim/vim-win32-installer#331
closes: #13871

Signed-off-by: Ken Takata <kentkt@csc.jp>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Ken Takata 2024-01-16 17:14:29 +01:00 committed by Christian Brabandt
parent 4afda3307d
commit 1a9aba8ad4
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09
2 changed files with 5 additions and 0 deletions

View File

@ -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\*.*

View File

@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
32,
/**/
31,
/**/