]> git.pld-linux.org Git - packages/vim.git/blob - vim-ft-gyp.patch
db304b03af97bf596c7260ea25c2d2ca27d83692
[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 @@ -711,6 +711,9 @@ au BufNewFile,BufRead */etc/group,*/etc/
4  " GTK RC
5  au BufNewFile,BufRead .gtkrc,gtkrc             setf gtkrc
6  
7 +" GYP (Python syntax)
8 +au BufNewFile,BufRead *.gyp,*.gypi,DEPS                set filetype=python expandtab tabstop=2 shiftwidth=2
9 +
10  " Haml
11  au BufNewFile,BufRead *.haml                   setf haml
12  
This page took 0.024235 seconds and 2 git commands to generate.