Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
_path_files: fix copy paste error (2/2)
Signed-off-by: Takeshi Banse <thb@xxxxxxxxx>
---
I'm sorry! This fixes the copy paste error eventually.
Completion/Unix/Type/_path_files | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Completion/Unix/Type/_path_files b/Completion/Unix/Type/_path_files
index 6a869defa..9c55df418 100644
--- a/Completion/Unix/Type/_path_files
+++ b/Completion/Unix/Type/_path_files
@@ -339,7 +339,7 @@ elif [[ "$pre" = \~\[* && "$compstate[quote]" = (|\`) ]] &&
fi
return ret
}
- } then
+ }; then
pre="${pre#${linepath}}"
orig="${orig#${linepath}}"
donepath=
--
2.16.1
Messages sorted by:
Reverse Date,
Date,
Thread,
Author