diff options
Diffstat (limited to 'nsis')
-rw-r--r-- | nsis/gvim.nsi | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/nsis/gvim.nsi b/nsis/gvim.nsi index 0bc9d4c6a..2ae7d4124 100644 --- a/nsis/gvim.nsi +++ b/nsis/gvim.nsi @@ -215,6 +215,28 @@ Section "Vim executables and runtime files" SetOutPath $0\macros File ${VIMRT}\macros\*.* + SetOutPath $0\pack\dist\opt\dvorak\dvorak + File ${VIMRT}\pack\dist\opt\dvorak\dvorak\*.* + SetOutPath $0\pack\dist\opt\dvorak\plugin + File ${VIMRT}\pack\dist\opt\dvorak\plugin\*.* + + SetOutPath $0\pack\dist\opt\editexisting\plugin + File ${VIMRT}\pack\dist\opt\editexisting\plugin\*.* + + SetOutPath $0\pack\dist\opt\justify\plugin + File ${VIMRT}\pack\dist\opt\justify\plugin\*.* + + SetOutPath $0\pack\dist\opt\matchit\doc + File ${VIMRT}\pack\dist\opt\matchit\doc\*.* + SetOutPath $0\pack\dist\opt\matchit\plugin + File ${VIMRT}\pack\dist\opt\matchit\plugin\*.* + + SetOutPath $0\pack\dist\opt\shellmenu\plugin + File ${VIMRT}\pack\dist\opt\shellmenu\plugin\*.* + + SetOutPath $0\pack\dist\opt\swapmouse\plugin + File ${VIMRT}\pack\dist\opt\swapmouse\plugin\*.* + SetOutPath $0\plugin File ${VIMRT}\plugin\*.* |