diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2016-05-02 10:48:28 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2016-05-02 10:48:28 +0200 |
commit | 5529a5e8e21e4577e4cd3551f2cbad59b5b406e8 (patch) | |
tree | 6bcc43dba19fc5e68abc8831ae778ba076e5004b /ftplugin | |
parent | 905031eb9536adb38d793c1ced6d61057d3ca456 (diff) | |
download | vim-polyglot-5529a5e8e21e4577e4cd3551f2cbad59b5b406e8.tar.gz vim-polyglot-5529a5e8e21e4577e4cd3551f2cbad59b5b406e8.zip |
Update vim-puppet source to voxpupuli/vim-puppet, closes #115
Diffstat (limited to 'ftplugin')
-rw-r--r-- | ftplugin/puppet.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftplugin/puppet.vim b/ftplugin/puppet.vim index ff0de3dc..d52f6b2d 100644 --- a/ftplugin/puppet.vim +++ b/ftplugin/puppet.vim @@ -6,5 +6,6 @@ setl sw=2 setl et setl keywordprg=puppet\ describe\ --providers setl iskeyword=-,:,@,48-57,_,192-255 +setl cms=#\ %s endif |