]> git.pld-linux.org Git - packages/vim.git/blame - vim-ft-gyp.patch
- updated dependencies (more X11 libs, gdk-pixbuf2, libsodium)
[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
3@@ -711,6 +711,9 @@ au BufNewFile,BufRead */etc/group,*/etc/
4 " GTK RC
5 au BufNewFile,BufRead .gtkrc,gtkrc setf gtkrc
fb4ae509
ER
6
7+" GYP (Python syntax)
8+au BufNewFile,BufRead *.gyp,*.gypi,DEPS set filetype=python expandtab tabstop=2 shiftwidth=2
9+
a8035c25
AM
10 " Haml
11 au BufNewFile,BufRead *.haml setf haml
fb4ae509 12
This page took 0.028115 seconds and 4 git commands to generate.