From 1a9aba8ad49ef77e69f429093d44888e7eafde7c Mon Sep 17 00:00:00 2001 From: Ken Takata Date: Tue, 16 Jan 2024 17:14:29 +0100 Subject: 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 Signed-off-by: Christian Brabandt --- nsis/gvim.nsi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nsis') 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\*.* -- cgit v1.2.3