]> git.pld-linux.org Git - packages/vim.git/blobdiff - vim-ftplugin-spec.vim
- cosmetics
[packages/vim.git] / vim-ftplugin-spec.vim
index 99c09352a727b05e7dcf8c4b011b7ccbb0a58d88..69ed695e7b2ebc46c5d6f9fc43861cc2aa1bea1a 100644 (file)
@@ -6,6 +6,13 @@
 "
 " This sets up filetype specific options for RPM spec files.
 
-setlocal tw=70
+"setlocal tw=70
 
+map <F5> :!./builder -5 %<CR>
+map <F6> :!./adapter %<CR>
 map <F8> :!rpmbuild -bb %<CR>
+map <F9> :!cvs diff -u % \| diffcol \| less -nR<CR>
+map <F10> :!./builder -bb -R -u %<CR>
+
+" PLD specfiles are in latin2 encoding for -pl
+setlocal fileencodings=ucs-bom,utf-8,default,latin2
This page took 0.040599 seconds and 4 git commands to generate.