Skip to content

Commit 6bc2654

Browse files
committed
Add 'cino' to b:undo_ftplugin
1 parent e12bbee commit 6bc2654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ftplugin/cs.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,:///,://
2323

2424
setlocal cinoptions=J1
2525

26-
let b:undo_ftplugin = 'setl com< fo<'
26+
let b:undo_ftplugin = 'setl com< fo< cino<'
2727

2828
if exists('loaded_matchit') && !exists('b:match_words')
2929
" #if/#endif support included by default

0 commit comments

Comments
 (0)