mirror of
https://github.com/vim/vim.git
synced 2025-11-15 23:14:06 -05:00
updated for version 7.3.002
Problem: ":find" completion doesn't work when halfway an environment
variable. (Dominique Pelle)
Solution: Only use in-path completion when expanding file names. (Nazri
Ramliy)
This commit is contained in:
@@ -3465,7 +3465,8 @@ set_one_cmd_context(xp, buff)
|
||||
case CMD_find:
|
||||
case CMD_sfind:
|
||||
case CMD_tabfind:
|
||||
xp->xp_context = EXPAND_FILES_IN_PATH;
|
||||
if (xp->xp_context == EXPAND_FILES)
|
||||
xp->xp_context = EXPAND_FILES_IN_PATH;
|
||||
break;
|
||||
case CMD_cd:
|
||||
case CMD_chdir:
|
||||
|
||||
Reference in New Issue
Block a user