comparison nsis/gvim.nsi @ 12816:218102da5226 v8.0.1285

patch 8.0.1285: occasional crash when using a channel commit https://github.com/vim/vim/commit/d09a206ee94ccb653707ce9b6e536d4d58886e04 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 11 15:37:45 2017 +0100 patch 8.0.1285: occasional crash when using a channel Problem: Occasional crash when using a channel. (Marek) Solution: Decrement reference count later. (closes https://github.com/vim/vim/issues/2315)
author Christian Brabandt <cb@256bit.org>
date Sat, 11 Nov 2017 15:45:04 +0100
parents 77960063e2e7
children fbc58aa4ea1e
comparison
equal deleted inserted replaced
12815:69dbdf7cfab0 12816:218102da5226
265 SetOutPath $0\plugin 265 SetOutPath $0\plugin
266 File ${VIMRT}\plugin\*.* 266 File ${VIMRT}\plugin\*.*
267 267
268 SetOutPath $0\autoload 268 SetOutPath $0\autoload
269 File ${VIMRT}\autoload\*.* 269 File ${VIMRT}\autoload\*.*
270
271 SetOutPath $0\autoload\dist
272 File ${VIMRT}\autoload\dist\*.*
270 273
271 SetOutPath $0\autoload\xml 274 SetOutPath $0\autoload\xml
272 File ${VIMRT}\autoload\xml\*.* 275 File ${VIMRT}\autoload\xml\*.*
273 276
274 SetOutPath $0\syntax 277 SetOutPath $0\syntax