comparison runtime/ftplugin/help.vim @ 2965:f2de38a019a2

Updated runtime files. Add missing test82 files.
author Bram Moolenaar <bram@vim.org>
date Mon, 18 Jul 2011 19:40:27 +0200
parents 3a5ededa240a
children 1218c5353e2b
comparison
equal deleted inserted replaced
2964:39cb812cf477 2965:f2de38a019a2
11 let s:cpo_save = &cpo 11 let s:cpo_save = &cpo
12 set cpo&vim 12 set cpo&vim
13 13
14 let b:undo_ftplugin = "setl fo< tw< cole< cocu<" 14 let b:undo_ftplugin = "setl fo< tw< cole< cocu<"
15 15
16 setlocal formatoptions+=tcroql textwidth=78 cole=2 cocu=nc 16 setlocal formatoptions+=tcroql textwidth=78
17 if has("conceal")
18 setlocal cole=2 cocu=nc
19 endif
17 20
18 let &cpo = s:cpo_save 21 let &cpo = s:cpo_save
19 unlet s:cpo_save 22 unlet s:cpo_save