" Vim filetype plugin file " Language: RPM spec file " Author: Elan Ruusamäe " Copyright: Copyright (c) 2005 PLD Linux " Licence: You may redistribute this under the same terms as Vim itself " " This sets up filetype specific options for RPM spec files. "setlocal tw=70 map :!./builder -5 % map :!./adapter % map :!rpmbuild -bb % map :!cvs diff -u % \| diffcol \| less -nR map :!./builder -bb -R -u % " PLD specfiles are in latin2 encoding for -pl setlocal fileencodings=ucs-bom,utf-8,default,latin2