This commit is contained in:
taradiddles 2018-04-27 22:50:13 +03:00
parent 10c0c41594
commit f180a53351
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
# Output the relative position of COMP_CWORD with option words ignored
# Note: This logic is flawed when using option arguments (eg. -s blah).
# Unfortunately there is now way to solve this except parsing every
# Unfortunately there is no way to solve this except parsing every
# known option for a given qvm-* command
_get-cword() {
local index=0
@ -28,7 +28,7 @@ _get-cword() {
# Output the relative position of COMP_CWORD with option words ignored
# Note: This logic is flawed when using option arguments (eg. -s blah).
# Unfortunately there is now way to solve this except parsing every
# Unfortunately there is no way to solve this except parsing every
# known option for a given qvm-* command
_get-first-word() {
local i