mirror of
https://github.com/iridakos/goto.git
synced 2025-05-18 00:10:13 -07:00
[MINOR] Remove redundant space.
This commit is contained in:
parent
4fde6c0c9b
commit
8a6fc50212
@ -203,7 +203,7 @@ function _complete_goto_aliases()
|
|||||||
{
|
{
|
||||||
local IFS=$'\n' expr
|
local IFS=$'\n' expr
|
||||||
|
|
||||||
local matches=($(sed -n "/^$1/p" ~/.goto 2>/dev/null))
|
local matches=($(sed -n "/^$1/p" ~/.goto 2>/dev/null))
|
||||||
|
|
||||||
if [ "${#matches[@]}" -eq "1" ]; then
|
if [ "${#matches[@]}" -eq "1" ]; then
|
||||||
# remove the filenames attribute from the completion method
|
# remove the filenames attribute from the completion method
|
||||||
|
Loading…
x
Reference in New Issue
Block a user