Don't show entire context when completing

This commit is contained in:
Tony Chen
2020-11-30 08:33:52 -05:00
committed by chentau
parent 901dd79f6a
commit d95a465b43
6 changed files with 63 additions and 42 deletions

View File

@@ -3682,7 +3682,6 @@ const char * set_one_cmd_context(
case CMD_lua:
xp->xp_context = EXPAND_LUA;
xp->xp_pattern = (char_u *)arg;
break;
default: