0
0
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:
Bram Moolenaar
2012-04-26 20:17:03 +02:00
parent d38b055ab8
commit ddbb5550b4
6 changed files with 14 additions and 10 deletions

View File

@@ -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"