comparison runtime/ftplugin/help.vim @ 2382:3a5ededa240a vim73

Add the 'c' flag to 'concealcursor'.
author Bram Moolenaar <bram@vim.org>
date Sat, 24 Jul 2010 15:00:38 +0200
parents 85b7dc8da5eb
children f2de38a019a2
comparison
equal deleted inserted replaced
2381:17bbb52ae218 2382:3a5ededa240a
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=n 16 setlocal formatoptions+=tcroql textwidth=78 cole=2 cocu=nc
17 17
18 let &cpo = s:cpo_save 18 let &cpo = s:cpo_save
19 unlet s:cpo_save 19 unlet s:cpo_save