This commit is contained in:
11
vim-7.0-grub.patch
Normal file
11
vim-7.0-grub.patch
Normal 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)
|
Reference in New Issue
Block a user