]> git.pld-linux.org Git - packages/vim.git/blob - vim-ft-gyp.patch
- rebuild with ruby 2.4
[packages/vim.git] / vim-ft-gyp.patch
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.072882 seconds and 3 git commands to generate.