]> git.pld-linux.org Git - packages/vim.git/commitdiff
- set latin2 as fallback
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 22 Dec 2006 15:51:38 +0000 (15:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim-ftplugin-spec.vim -> 1.6

vim-ftplugin-spec.vim

index 9549385202e929aa85cd81e3dcab311cf53de776..69ed695e7b2ebc46c5d6f9fc43861cc2aa1bea1a 100644 (file)
@@ -13,3 +13,6 @@ 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.145919 seconds and 4 git commands to generate.