mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
Updated runtime files, include fixes for line continuation.
This commit is contained in:
@@ -20,5 +20,4 @@ if has("gui_win32") && !exists("b:browsefilter")
|
||||
let b:browsefilter = "DOS Batch Files (*.bat, *.cmd)\t*.bat;*.cmd\nAll Files (*.*)\t*.*\n"
|
||||
endif
|
||||
|
||||
let b:undo_ftplugin = "setlocal comments< formatoptions<"
|
||||
\ . "| unlet! b:browsefiler"
|
||||
let b:undo_ftplugin = "setlocal comments< formatoptions< | unlet! b:browsefiler"
|
||||
|
Reference in New Issue
Block a user