summaryrefslogtreecommitdiffstats
path: root/runtime/ftplugin/help.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-24 15:00:38 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-24 15:00:38 +0200
commitca8c9867c2e6112f17975d840b9551cd91287eb6 (patch)
tree85eb0a7352c50cab2bd9076163845b017446b5b6 /runtime/ftplugin/help.vim
parentf691b84fba95ffc24ea6725a625aa958a24ccffb (diff)
Add the 'c' flag to 'concealcursor'.
Diffstat (limited to 'runtime/ftplugin/help.vim')
-rw-r--r--runtime/ftplugin/help.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/ftplugin/help.vim b/runtime/ftplugin/help.vim
index fff9527127..fdac41064d 100644
--- a/runtime/ftplugin/help.vim
+++ b/runtime/ftplugin/help.vim
@@ -13,7 +13,7 @@ set cpo&vim
let b:undo_ftplugin = "setl fo< tw< cole< cocu<"
-setlocal formatoptions+=tcroql textwidth=78 cole=2 cocu=n
+setlocal formatoptions+=tcroql textwidth=78 cole=2 cocu=nc
let &cpo = s:cpo_save
unlet s:cpo_save