mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00:00
updated for version 7.0059
This commit is contained in:
@ -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 :
|
||||
|
Reference in New Issue
Block a user