" Vim filetype plugin " Language: Puppet " Maintainer: Todd Zullinger " Last Change: 2009 Aug 19 " vim: set sw=4 sts=4: if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 if !exists("no_plugin_maps") && !exists("no_puppet_maps") if !hasmapto("AlignRange") map = AlignRange endif endif noremap