1
0
Fork 0
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:
Bram Moolenaar 2005-03-11 22:51:16 +00:00
parent 4ad237ddc8
commit 11cbeb1326
2 changed files with 6 additions and 1 deletions

View file

@ -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 == '$')
{

View file

@ -105,4 +105,4 @@ fi
exit $errstatus
# vim: set sw=3 :
# vim: set sw=3 sts=3 :