tom bash completion updated comment

This commit is contained in:
silverqx
2024-09-27 10:11:17 +02:00
parent d1b713fd62
commit a229d8bb49
2 changed files with 2 additions and 2 deletions
@@ -118,7 +118,7 @@ _tom()
local tom_command i
for ((i = 1; i < ${#words[@]}; i++)); do
if [[ ${words[i]} != -* ]]; then
# Command found but is actually completing now
# Command is considered found only if isn't currently completing
if [[ $i -ne $cword ]]; then
tom_command=${words[i]}
fi
+1 -1
View File
@@ -73,7 +73,7 @@ _tom()
local tom_command i
for ((i = 1; i < ${#words[@]}; i++)); do
if [[ ${words[i]} != -* ]]; then
# Command found but is actually completing now
# Command is considered found only if isn't currently completing
if [[ $i -ne $cword ]]; then
tom_command=${words[i]}
fi