mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 17:58:18 +00:00
Don't show entire context when completing
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user