" Filetype settings for ProvideX / PVX source files. if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 setlocal commentstring=!\ %s setlocal comments=:! " formatpvx.pl indents with one literal tab per level; match that. setlocal noexpandtab setlocal tabstop=4 setlocal shiftwidth=4 setlocal softtabstop=4