Mercurial > vim
comparison nsis/gvim.nsi @ 34142:8493cc47ae5b v9.1.0032
patch 9.1.0032: MS-Windows installer misses keymaps
Commit: https://github.com/vim/vim/commit/1a9aba8ad49ef77e69f429093d44888e7eafde7c
Author: Ken Takata <kentkt@csc.jp>
Date: Tue Jan 16 17:14:29 2024 +0100
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>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 16 Jan 2024 17:30:05 +0100 |
parents | 56a4023b605d |
children | 776cb5c73d6f |
comparison
equal
deleted
inserted
replaced
34141:85eeeb114e43 | 34142:8493cc47ae5b |
---|---|
394 SetOutPath $0\ftplugin | 394 SetOutPath $0\ftplugin |
395 File ${VIMRT}\ftplugin\*.* | 395 File ${VIMRT}\ftplugin\*.* |
396 | 396 |
397 SetOutPath $0\indent | 397 SetOutPath $0\indent |
398 File ${VIMRT}\indent\*.* | 398 File ${VIMRT}\indent\*.* |
399 | |
400 SetOutPath $0\keymap | |
401 File ${VIMRT}\keymap\*.* | |
399 | 402 |
400 SetOutPath $0\macros | 403 SetOutPath $0\macros |
401 File /r ${VIMRT}\macros\*.* | 404 File /r ${VIMRT}\macros\*.* |
402 | 405 |
403 SetOutPath $0\pack | 406 SetOutPath $0\pack |