summaryrefslogtreecommitdiffstats
path: root/runtime/ftplugin/help.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ftplugin/help.vim')
-rw-r--r--runtime/ftplugin/help.vim5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/ftplugin/help.vim b/runtime/ftplugin/help.vim
index fdac41064d..a0a0f292eb 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