diff options
Diffstat (limited to 'ftplugin/bicep.vim')
-rw-r--r-- | ftplugin/bicep.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/bicep.vim b/ftplugin/bicep.vim index 112c429e..08af66d8 100644 --- a/ftplugin/bicep.vim +++ b/ftplugin/bicep.vim @@ -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 |