From 38282d58387cff48ac203f6912c05e4c8686141b Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sat, 30 Apr 2022 15:07:33 +0200 Subject: Update --- ftplugin/bicep.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftplugin/bicep.vim') 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 -- cgit v1.2.3