diff options
| author | Luke Kanies <luke@madstop.com> | 2007-12-19 14:08:41 -0600 |
|---|---|---|
| committer | Luke Kanies <luke@madstop.com> | 2007-12-19 14:08:41 -0600 |
| commit | bc0616ee7def99fa26b86ab7d8b0c657e358c1dd (patch) | |
| tree | ed944e1f53b92dd408ef9eb7041050b2d9665a36 /ext/vim/ftdetect | |
| parent | 927cb24c0a6783b87bc511227f1640143c4a4649 (diff) | |
| download | puppet-bc0616ee7def99fa26b86ab7d8b0c657e358c1dd.tar.gz puppet-bc0616ee7def99fa26b86ab7d8b0c657e358c1dd.tar.xz puppet-bc0616ee7def99fa26b86ab7d8b0c657e358c1dd.zip | |
Updating filetype detection for vim, and changing
the filestructure for vim files. (#900 and #963)
Diffstat (limited to 'ext/vim/ftdetect')
| -rw-r--r-- | ext/vim/ftdetect/puppet.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/vim/ftdetect/puppet.vim b/ext/vim/ftdetect/puppet.vim new file mode 100644 index 000000000..c9d15ea53 --- /dev/null +++ b/ext/vim/ftdetect/puppet.vim @@ -0,0 +1,2 @@ +" detect puppet filetype +au BufRead,BufNewFile *.pp set filetype=puppet |
