]> git.pld-linux.org Git - packages/vim.git/blame - vim-ft-gyp.patch
- unconditional noarch subpackages
[packages/vim.git] / vim-ft-gyp.patch
CommitLineData
fb4ae509
ER
1--- vim73/runtime/filetype.vim~ 2013-01-14 00:28:28.000000000 +0200
2+++ vim73/runtime/filetype.vim 2013-01-14 00:35:03.379486193 +0200
3@@ -1517,6 +1517,9 @@
4 " Radiance
5 au BufNewFile,BufRead *.rad,*.mat setf radiance
6
7+" GYP (Python syntax)
8+au BufNewFile,BufRead *.gyp,*.gypi,DEPS set filetype=python expandtab tabstop=2 shiftwidth=2
9+
10 " Ratpoison config/command files
11 au BufNewFile,BufRead .ratpoisonrc,ratpoisonrc setf ratpoison
12
This page took 0.025816 seconds and 4 git commands to generate.