mirror of
https://github.com/nushell/nushell.git
synced 2025-04-29 07:34:28 +02:00
Fixes #15441 # Description Actually I made a small change to the original behavior: ``` ^foo<tab> ``` will still show external commands, regardless of whether it's enabled or not. I think that's the only thing people want to see when they press tab with a `^` prefix. # User-Facing Changes # Tests + Formatting +1 # After Submitting Should I document that minor behavior change somewhere in GitHub.io? --------- Co-authored-by: Yash Thakur <45539777+ysthakur@users.noreply.github.com> |
||
---|---|---|
.. | ||
commands | ||
completions | ||
menus | ||
config_files.rs | ||
eval_cmds.rs | ||
eval_file.rs | ||
lib.rs | ||
nu_highlight.rs | ||
print.rs | ||
prompt_update.rs | ||
prompt.rs | ||
reedline_config.rs | ||
repl.rs | ||
syntax_highlight.rs | ||
util.rs | ||
validation.rs |