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:
parent
4afda3307d
commit
1a9aba8ad4
@ -397,6 +397,9 @@ Section "$(str_section_exe)" id_section_exe
|
|||||||
SetOutPath $0\indent
|
SetOutPath $0\indent
|
||||||
File ${VIMRT}\indent\*.*
|
File ${VIMRT}\indent\*.*
|
||||||
|
|
||||||
|
SetOutPath $0\keymap
|
||||||
|
File ${VIMRT}\keymap\*.*
|
||||||
|
|
||||||
SetOutPath $0\macros
|
SetOutPath $0\macros
|
||||||
File /r ${VIMRT}\macros\*.*
|
File /r ${VIMRT}\macros\*.*
|
||||||
|
|
||||||
|
@ -704,6 +704,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
32,
|
||||||
/**/
|
/**/
|
||||||
31,
|
31,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user