mirror of
https://github.com/sheumann/hush.git
synced 2025-01-27 06:34:03 +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;
|
||||
clearcmdentry(firstchange);
|
||||
builtinloc = idx_bltin;
|
||||
#ifdef CONFIG_FEATURE_COMMAND_EDITING
|
||||
#ifdef CONFIG_FEATURE_COMMAND_TAB_COMPLETION
|
||||
cmdedit_path_lookup = newval;
|
||||
#endif
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user