Skip to content

Commit

Permalink
Add 'cino' to b:undo_ftplugin
Browse files Browse the repository at this point in the history
  • Loading branch information
nickspoons committed Aug 28, 2024
1 parent e12bbee commit 6bc2654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftplugin/cs.vim
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,:///,://

setlocal cinoptions=J1

let b:undo_ftplugin = 'setl com< fo<'
let b:undo_ftplugin = 'setl com< fo< cino<'

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

0 comments on commit 6bc2654

Please sign in to comment.