OBS User unknown
2006-12-15 16:15:12 +00:00
committed by Git OBS Bridge
commit 9b49030cff
39 changed files with 4914 additions and 0 deletions

11
vim-7.0-grub.patch Normal file
View File

@@ -0,0 +1,11 @@
--- runtime/filetype.vim
+++ runtime/filetype.vim
@@ -146,7 +146,7 @@
\ endif
" Grub (must be before catch *.lst)
-au BufNewFile,BufRead /boot/grub/menu.lst,/boot/grub/grub.conf,/etc/grub.conf setf grub
+au BufNewFile,BufRead */boot/grub/menu.lst,*/boot/grub/grub.conf,*/etc/grub.conf setf grub
" Assembly (all kinds)
" *.lst is not pure assembly, it has two extra columns (address, byte codes)