Skip to content

Commit 96b5eaa

Browse files
committed
Merge remote-tracking branch 'vim/master'
2 parents 43fb579 + 2392143 commit 96b5eaa

42 files changed

Lines changed: 637 additions & 268 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Filelist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,7 @@ RT_SCRIPTS = \
659659
runtime/makemenu.vim \
660660
runtime/autoload/*.vim \
661661
runtime/autoload/README.txt \
662+
runtime/autoload/dist/*.vim \
662663
runtime/autoload/xml/*.vim \
663664
runtime/colors/*.vim \
664665
runtime/colors/README.txt \

nsis/gvim.nsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,9 @@ Section "Vim executables and runtime files"
268268
SetOutPath $0\autoload
269269
File ${VIMRT}\autoload\*.*
270270

271+
SetOutPath $0\autoload\dist
272+
File ${VIMRT}\autoload\dist\*.*
273+
271274
SetOutPath $0\autoload\xml
272275
File ${VIMRT}\autoload\xml\*.*
273276

0 commit comments

Comments
 (0)