mirror of
https://github.com/vim/vim.git
synced 2025-07-25 10:54:51 -04:00
updated for version 7.0059
This commit is contained in:
parent
4ad237ddc8
commit
11cbeb1326
@ -2625,7 +2625,12 @@ set_context_for_expression(xp, arg, cmdidx)
|
|||||||
? EXPAND_EXPRESSION : EXPAND_NOTHING;
|
? EXPAND_EXPRESSION : EXPAND_NOTHING;
|
||||||
}
|
}
|
||||||
else if (c != ' ')
|
else if (c != ' ')
|
||||||
|
{
|
||||||
xp->xp_context = EXPAND_SETTINGS;
|
xp->xp_context = EXPAND_SETTINGS;
|
||||||
|
if ((c == 'l' || c == 'g') && xp->xp_pattern[2] == ':')
|
||||||
|
xp->xp_pattern += 2;
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else if (c == '$')
|
else if (c == '$')
|
||||||
{
|
{
|
||||||
|
@ -105,4 +105,4 @@ fi
|
|||||||
|
|
||||||
exit $errstatus
|
exit $errstatus
|
||||||
|
|
||||||
# vim: set sw=3 :
|
# vim: set sw=3 sts=3 :
|
||||||
|
Loading…
x
Reference in New Issue
Block a user