summaryrefslogtreecommitdiffstats
path: root/ftplugin/bicep.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2022-04-30 15:07:33 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2022-04-30 15:07:33 +0200
commit38282d58387cff48ac203f6912c05e4c8686141b (patch)
treefac41fbf9f014c63fb5c7d06b8a6ccd75aeade08 /ftplugin/bicep.vim
parent36a2bf60adbf113cb6a096c9edd22c711782d912 (diff)
downloadvim-polyglot-38282d58387cff48ac203f6912c05e4c8686141b.tar.gz
vim-polyglot-38282d58387cff48ac203f6912c05e4c8686141b.zip
Update
Diffstat (limited to 'ftplugin/bicep.vim')
-rw-r--r--ftplugin/bicep.vim2
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