* normal/completion.c (grub_normal_do_completion): When completing

arguments to "set" and the current word contains an equals sign,
skip to after the equals sign before starting completion.
This commit is contained in:
Colin Watson 2010-06-07 22:13:26 +01:00
parent 258c2573a6
commit fb55c3acf9
2 changed files with 14 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2010-06-07 Colin Watson <cjwatson@ubuntu.com>
* normal/completion.c (grub_normal_do_completion): When completing
arguments to "set" and the current word contains an equals sign,
skip to after the equals sign before starting completion.
2010-06-07 Colin Watson <cjwatson@ubuntu.com>
* fs/i386/pc/pxe.c (grub_pxe_open): Fix parsing of gateway_ip.