Skip to content

Commit d09a206

Browse files
committed
patch 8.0.1285: occasional crash when using a channel
Problem: Occasional crash when using a channel. (Marek) Solution: Decrement reference count later. (closes #2315)
1 parent 462455e commit d09a206

7 files changed

Lines changed: 117 additions & 107 deletions

File tree

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)