mirror of
https://github.com/vim/vim
synced 2025-04-09 03:09:54 +02:00
updated for version 7.0059
This commit is contained in:
parent
4ad237ddc8
commit
11cbeb1326
2 changed files with 6 additions and 1 deletions
|
@ -2625,7 +2625,12 @@ set_context_for_expression(xp, arg, cmdidx)
|
|||
? EXPAND_EXPRESSION : EXPAND_NOTHING;
|
||||
}
|
||||
else if (c != ' ')
|
||||
{
|
||||
xp->xp_context = EXPAND_SETTINGS;
|
||||
if ((c == 'l' || c == 'g') && xp->xp_pattern[2] == ':')
|
||||
xp->xp_pattern += 2;
|
||||
|
||||
}
|
||||
}
|
||||
else if (c == '$')
|
||||
{
|
||||
|
|
|
@ -105,4 +105,4 @@ fi
|
|||
|
||||
exit $errstatus
|
||||
|
||||
# vim: set sw=3 :
|
||||
# vim: set sw=3 sts=3 :
|
||||
|
|
Loading…
Add table
Reference in a new issue