summaryrefslogtreecommitdiffstats
path: root/ftplugin/bicep.vim
diff options
context:
space:
mode:
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