mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
Fix compile error when tab completion disabled
This commit is contained in:
parent
4766a2d56c
commit
bbbe21d6b0
@ -4117,7 +4117,7 @@ changepath(const char *newval)
|
|||||||
firstchange = 0;
|
firstchange = 0;
|
||||||
clearcmdentry(firstchange);
|
clearcmdentry(firstchange);
|
||||||
builtinloc = idx_bltin;
|
builtinloc = idx_bltin;
|
||||||
#ifdef CONFIG_FEATURE_COMMAND_EDITING
|
#ifdef CONFIG_FEATURE_COMMAND_TAB_COMPLETION
|
||||||
cmdedit_path_lookup = newval;
|
cmdedit_path_lookup = newval;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user