]> git.pld-linux.org Git - packages/vim.git/blob - vim-ft-gyp.patch
Up to 9.1.0168
[packages/vim.git] / vim-ft-gyp.patch
1 --- vim-8.2.2976/runtime/filetype.vim~  2021-06-12 10:01:08.000000000 +0200
2 +++ vim-8.2.2976/runtime/filetype.vim   2021-06-12 10:02:30.456368850 +0200
3 @@ -2347,6 +2347,9 @@ au BufNewFile,BufRead */gitolite-admin/c
4  " GTK RC
5  au BufNewFile,BufRead .gtkrc*,gtkrc*           call s:StarSetf('gtkrc')
6  
7 +" GYP (Python syntax)
8 +au BufNewFile,BufRead *.gyp,*.gypi,DEPS                set filetype=python expandtab tabstop=2 shiftwidth=2
9 +
10  " Jam
11  au BufNewFile,BufRead Prl*.*,JAM*.*            call s:StarSetf('jam')
12  
13
This page took 0.02602 seconds and 3 git commands to generate.