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>
SetOutPath $0\indent
File ${VIMRT}\indent\*.*
+ SetOutPath $0\keymap
+ File ${VIMRT}\keymap\*.*
+
SetOutPath $0\macros
File /r ${VIMRT}\macros\*.*
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 32,
/**/
31,
/**/