mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04: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 == '$')
|
||||
{
|
||||
|
Reference in New Issue
Block a user