This commit is contained in:
Adam Stankiewicz
2022-04-30 15:07:33 +02:00
parent 36a2bf60ad
commit 38282d5838
8 changed files with 223 additions and 16 deletions

View File

@@ -15,7 +15,7 @@ set cpoptions&vim
" Set the commentstring
setlocal commentstring=//%s
let b:undo_ftplugin = ' commentstring<'
let b:undo_ftplugin = 'setlocal commentstring<'
let &cpoptions = s:cpo_save
unlet s:cpo_save