]> git.pld-linux.org Git - packages/vim.git/blame - vim-ft-gyp.patch
Up to 8.2.4295.
[packages/vim.git] / vim-ft-gyp.patch
CommitLineData
a8035c25
AM
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
27f1ff4f 3@@ -2347,6 +2347,9 @@ au BufNewFile,BufRead */gitolite-admin/c
a8035c25 4 " GTK RC
27f1ff4f 5 au BufNewFile,BufRead .gtkrc*,gtkrc* call s:StarSetf('gtkrc')
fb4ae509
ER
6
7+" GYP (Python syntax)
8+au BufNewFile,BufRead *.gyp,*.gypi,DEPS set filetype=python expandtab tabstop=2 shiftwidth=2
9+
27f1ff4f
AM
10 " Jam
11 au BufNewFile,BufRead Prl*.*,JAM*.* call s:StarSetf('jam')
fb4ae509 12
27f1ff4f 13
This page took 0.055558 seconds and 4 git commands to generate.