Fix autocomplete behavior for empty args

This also adds a modified version of go-shellwords as a dependency
and removes the dependency on the original go-shellwords.
This commit is contained in:
Zachary Yedidia
2017-11-23 23:04:32 -05:00
parent 36d72c4cab
commit 7f287b62fb
12 changed files with 541 additions and 63 deletions

3
.gitmodules vendored
View File

@@ -55,6 +55,3 @@
[submodule "cmd/micro/vendor/github.com/flynn/json5"]
path = cmd/micro/vendor/github.com/flynn/json5
url = https://github.com/flynn/json5
[submodule "cmd/micro/vendor/github.com/mattn/go-shellwords"]
path = cmd/micro/vendor/github.com/mattn/go-shellwords
url = https://github.com/mattn/go-shellwords