forked from aniani/vim
Support completion for ":find". (Nazri Ramliy)
Cleanup white space.
This commit is contained in:
@@ -3442,6 +3442,11 @@ set_one_cmd_context(xp, buff)
|
||||
*/
|
||||
switch (ea.cmdidx)
|
||||
{
|
||||
case CMD_find:
|
||||
case CMD_sfind:
|
||||
case CMD_tabfind:
|
||||
xp->xp_context = EXPAND_FILES_IN_PATH;
|
||||
break;
|
||||
case CMD_cd:
|
||||
case CMD_chdir:
|
||||
case CMD_lcd:
|
||||
|
Reference in New Issue
Block a user