Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93697 - syntax highlighting for grub
Summary: syntax highlighting for grub
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 All
: High trivial (vote)
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-23 07:49 UTC by Toralf Förster
Modified: 2005-05-23 09:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2005-05-23 07:49:51 UTC
The keyword chainload is not highlighted whereas chainloader it is.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Ciaran McCreesh 2005-05-23 08:24:43 UTC
Examples please? I don't have any hardware capable of running grub.
Comment 2 Ryan Phillips (RETIRED) gentoo-dev 2005-05-23 09:51:01 UTC
the command chainload is not the actual command.  The grub source does a fuzzy
substring lookup of the command table and 'chainload' would match the
'chainloader' command.

This is as of grub 0.96, so if I am wrong on newer versions please reopen the bug.