From ce31cd1d2f4e8eee9fd91325e4599f15cb9566fd Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 28 Jul 2021 17:54:35 +0200 Subject: Update --- ftplugin/puppet.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ftplugin/puppet.vim') diff --git a/ftplugin/puppet.vim b/ftplugin/puppet.vim index 0d461238..5316cf5e 100644 --- a/ftplugin/puppet.vim +++ b/ftplugin/puppet.vim @@ -8,7 +8,7 @@ endif " URL: https://github.com/rodjek/vim-puppet " Last Change: 2019-08-31 -if (exists("b:did_ftplugin")) +if (exists('b:did_ftplugin')) finish endif let b:did_ftplugin = 1 @@ -25,8 +25,8 @@ setlocal commentstring=#\ %s setlocal formatoptions-=t formatoptions+=croql setlocal formatexpr=puppet#format#Format() -let b:undo_ftplugin = " +let b:undo_ftplugin = ' \ setlocal tabstop< tabstop< softtabstop< shiftwidth< expandtab< \| setlocal keywordprg< iskeyword< comments< commentstring< \| setlocal formatoptions< formatexpr< - \" + \' -- cgit v1.2.3