diff options
Diffstat (limited to 'ftplugin/puppet.vim')
-rw-r--r-- | ftplugin/puppet.vim | 6 |
1 files changed, 3 insertions, 3 deletions
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< - \" + \' |