1
0
forked from aniani/vim

Updated runtime files.

Add missing test82 files.
This commit is contained in:
Bram Moolenaar
2011-07-18 19:40:27 +02:00
parent 0acc5618f6
commit 9729301aa0
23 changed files with 449 additions and 234 deletions

View File

@@ -13,7 +13,10 @@ set cpo&vim
let b:undo_ftplugin = "setl fo< tw< cole< cocu<"
setlocal formatoptions+=tcroql textwidth=78 cole=2 cocu=nc
setlocal formatoptions+=tcroql textwidth=78
if has("conceal")
setlocal cole=2 cocu=nc
endif
let &cpo = s:cpo_save
unlet s:cpo_save