diff options
author | Thomas Bracht Laumann Jespersen <t@laumann.xyz> | 2022-07-12 15:30:29 +0200 |
---|---|---|
committer | Thomas Bracht Laumann Jespersen <t@laumann.xyz> | 2022-07-13 16:15:57 +0200 |
commit | aef97da3e143463eb88bbc2c04617a858bd2cca5 (patch) | |
tree | 11679acd2b40e5cf5669bcd799625e5899b8dec0 /004_all_vim-7.0-grub-splash-96155.patch | |
download | vim-patches-aef97da3e143463eb88bbc2c04617a858bd2cca5.tar.gz vim-patches-aef97da3e143463eb88bbc2c04617a858bd2cca5.tar.bz2 vim-patches-aef97da3e143463eb88bbc2c04617a858bd2cca5.zip |
import patchset for vim-8.2.0360
Link: https://dev.gentoo.org/~zlogene/distfiles/app-editors/vim/vim-8.2.0360-gentoo-patches.tar.xz
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
Diffstat (limited to '004_all_vim-7.0-grub-splash-96155.patch')
-rw-r--r-- | 004_all_vim-7.0-grub-splash-96155.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/004_all_vim-7.0-grub-splash-96155.patch b/004_all_vim-7.0-grub-splash-96155.patch new file mode 100644 index 0000000..b02fa42 --- /dev/null +++ b/004_all_vim-7.0-grub-splash-96155.patch @@ -0,0 +1,11 @@ +--- a/runtime/syntax/grub.vim ++++ b/runtime/syntax/grub.vim +@@ -27,7 +27,7 @@ + + syn cluster grubCommands contains=grubCommand,grubTitleCommand + +-syn keyword grubCommand contained default fallback hiddenmenu timeout ++syn keyword grubCommand contained default fallback hiddenmenu timeout splashimage + + syn keyword grubTitleCommand contained title nextgroup=grubTitle skipwhite + |