nushell/crates/nu-cli/src/completion
Jason Gedge c973850571
Show completions more than one level below ~ (#2503)
Previously, we'd check for a `~/` prefix and then return the home directory as
the base `PathBuf`. We failed to consider pushing any of the other possible path
components into this base dir, which prevent completions more than one level
deep (for example, `~/.config/<TAB>` would fail).
2020-09-06 20:06:13 -04:00
..
command.rs Remove space from command name completion suggestion. (#2498) 2020-09-05 15:15:20 +12:00
engine.rs More bug fixes for completions (#2476) 2020-09-01 16:10:46 +12:00
flag.rs Add method to convert ClassifiedBlock into completion locations. (#2316) 2020-08-21 15:37:51 -04:00
mod.rs Remove rustyline context from nu's completion context (#2387) 2020-08-21 18:21:14 -04:00
path.rs Show completions more than one level below ~ (#2503) 2020-09-06 20:06:13 -04:00