diff options
Diffstat (limited to '')
| -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 | 
