gentoo / gentoo-zsh-completions

[ORIGIN] Gentoo specific zsh completion support (ebuild, emerge, eselect, ...)
Other
36 stars 19 forks source link

equery files --filter=<TAB> results in (eval):1: unmatched ' #5

Closed aayla-secura closed 9 years ago

aayla-secura commented 9 years ago

There are single quotes inside single quotes at line 131 in _gentoolkit. I suggest replacing them with double ones:

--- _gentoolkit 2015-04-28 20:42:29.000000000 +1000 +++ _gentoolkit.new 2015-04-28 20:43:00.589279814 +1000 @@ -128,7 +128,7 @@ '(-s --timestamp)'{-s,--timestamp}'[include timestamp in output]' \ '(-t --type)'{-t,--type}'[include file type in output]' \ '--tree[display results in a tree (turns off other options)]' \