]> git.pld-linux.org Git - packages/vim.git/blob - vim-ftplugin-spec.vim
- license change to GPL
[packages/vim.git] / vim-ftplugin-spec.vim
1 " Vim filetype plugin file
2 " Language: RPM spec file
3 " Author:   Elan Ruusamäe <glen@pld-linux.org>
4 " Copyright:    Copyright (c) 2005 PLD Linux
5 " Licence:  GPL
6 "
7 " This sets up filetype specific options for RPM spec files.
8
9 setlocal tw=70
10
11 map <F8> :!rpmbuild -bb %<CR>
This page took 0.037334 seconds and 3 git commands to generate.