]> git.pld-linux.org Git - packages/vim.git/blobdiff - vim-ft-gyp.patch
Up to 8.2.4295.
[packages/vim.git] / vim-ft-gyp.patch
index db304b03af97bf596c7260ea25c2d2ca27d83692..e698a25384871c8b747763128c44d45c4a21ba6d 100644 (file)
@@ -1,12 +1,13 @@
 --- vim-8.2.2976/runtime/filetype.vim~ 2021-06-12 10:01:08.000000000 +0200
 +++ vim-8.2.2976/runtime/filetype.vim  2021-06-12 10:02:30.456368850 +0200
-@@ -711,6 +711,9 @@ au BufNewFile,BufRead */etc/group,*/etc/
+@@ -2347,6 +2347,9 @@ au BufNewFile,BufRead */gitolite-admin/c
  " GTK RC
- au BufNewFile,BufRead .gtkrc,gtkrc            setf gtkrc
+ au BufNewFile,BufRead .gtkrc*,gtkrc*          call s:StarSetf('gtkrc')
  
 +" GYP (Python syntax)
 +au BufNewFile,BufRead *.gyp,*.gypi,DEPS               set filetype=python expandtab tabstop=2 shiftwidth=2
 +
- " Haml
- au BufNewFile,BufRead *.haml                  setf haml
+ " Jam
+ au BufNewFile,BufRead Prl*.*,JAM*.*           call s:StarSetf('jam')
  
+
This page took 0.033801 seconds and 4 git commands to generate.