diff options
author | Bram Moolenaar <Bram@vim.org> | 2011-07-18 19:40:27 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2011-07-18 19:40:27 +0200 |
commit | 9729301aa0b6a419dcd87fe9aeed72c367ae72ef (patch) | |
tree | 6b69898bbf1a090cdf1fd26720bc4cfcb90c897b /runtime/ftplugin | |
parent | 0acc5618f6954c6faf57032d6b4f611de4254acb (diff) | |
download | vim-git-9729301aa0b6a419dcd87fe9aeed72c367ae72ef.tar.gz |
Updated runtime files.
Add missing test82 files.
Diffstat (limited to 'runtime/ftplugin')
-rw-r--r-- | runtime/ftplugin/help.vim | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/ftplugin/help.vim b/runtime/ftplugin/help.vim index fdac41064..a0a0f292e 100644 --- a/runtime/ftplugin/help.vim +++ b/runtime/ftplugin/help.vim @@ -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 |