summaryrefslogtreecommitdiffstats
path: root/ftplugin/puppet.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2021-07-28 17:54:35 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2021-07-28 17:54:35 +0200
commitce31cd1d2f4e8eee9fd91325e4599f15cb9566fd (patch)
tree2306b79bdae6846233214734753be86ca6a13d7f /ftplugin/puppet.vim
parent554a6ac7575f87b5b85d1b2bf60e7071c4164cbc (diff)
downloadvim-polyglot-ce31cd1d2f4e8eee9fd91325e4599f15cb9566fd.tar.gz
vim-polyglot-ce31cd1d2f4e8eee9fd91325e4599f15cb9566fd.zip
Update
Diffstat (limited to 'ftplugin/puppet.vim')
-rw-r--r--ftplugin/puppet.vim6
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<
- \"
+ \'