nushell/crates/nu-completion
Tw 4f7b423f36
Support completion when cursor inside an argument (#4023)
* Support completion when cursor inside an argument

Bash supports completion even when cursor is in an argument, this is very useful for some fixup after the initial completion.
Let add this feature as well.

Signed-off-by: Tw <wei.tan@intel.com>

* Add test for when cursor inside an argument

To support test this case, let's also take the position into account.

Signed-off-by: Tw <wei.tan@intel.com>
2021-09-19 17:23:05 +12:00
..
src Support completion when cursor inside an argument (#4023) 2021-09-19 17:23:05 +12:00
Cargo.toml bump 0.37.1 (#4019) 2021-09-16 13:32:22 +12:00