Skip to content

Commit 0afe480

Browse files
committed
Merge remote-tracking branch 'vim/master'
2 parents 5379398 + 5487544 commit 0afe480

File tree

15 files changed

+431
-670
lines changed

15 files changed

+431
-670
lines changed

nsis/gvim.nsi

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,28 @@ Section "Vim executables and runtime files"
215215
SetOutPath $0\macros
216216
File ${VIMRT}\macros\*.*
217217

218+
SetOutPath $0\pack\dist\opt\dvorak\dvorak
219+
File ${VIMRT}\pack\dist\opt\dvorak\dvorak\*.*
220+
SetOutPath $0\pack\dist\opt\dvorak\plugin
221+
File ${VIMRT}\pack\dist\opt\dvorak\plugin\*.*
222+
223+
SetOutPath $0\pack\dist\opt\editexisting\plugin
224+
File ${VIMRT}\pack\dist\opt\editexisting\plugin\*.*
225+
226+
SetOutPath $0\pack\dist\opt\justify\plugin
227+
File ${VIMRT}\pack\dist\opt\justify\plugin\*.*
228+
229+
SetOutPath $0\pack\dist\opt\matchit\doc
230+
File ${VIMRT}\pack\dist\opt\matchit\doc\*.*
231+
SetOutPath $0\pack\dist\opt\matchit\plugin
232+
File ${VIMRT}\pack\dist\opt\matchit\plugin\*.*
233+
234+
SetOutPath $0\pack\dist\opt\shellmenu\plugin
235+
File ${VIMRT}\pack\dist\opt\shellmenu\plugin\*.*
236+
237+
SetOutPath $0\pack\dist\opt\swapmouse\plugin
238+
File ${VIMRT}\pack\dist\opt\swapmouse\plugin\*.*
239+
218240
SetOutPath $0\plugin
219241
File ${VIMRT}\plugin\*.*
220242

0 commit comments

Comments
 (0)