diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2022-04-30 15:07:33 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2022-04-30 15:07:33 +0200 |
commit | 38282d58387cff48ac203f6912c05e4c8686141b (patch) | |
tree | fac41fbf9f014c63fb5c7d06b8a6ccd75aeade08 /ftplugin/bicep.vim | |
parent | 36a2bf60adbf113cb6a096c9edd22c711782d912 (diff) | |
download | vim-polyglot-38282d58387cff48ac203f6912c05e4c8686141b.tar.gz vim-polyglot-38282d58387cff48ac203f6912c05e4c8686141b.zip |
Update
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 |