1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-01 18:30:55 +01:00

23519: completion for units

This commit is contained in:
Peter Stephenson 2007-06-04 15:40:00 +00:00
parent a8bff43164
commit d3731fac38

View file

@ -26,7 +26,7 @@ _arguments -C -s -S \
[[ $state = expr ]] || return 1
# It's very like there's a quoted expression, since things like '2 seconds'
# It's very likely there's a quoted expression, since things like '2 seconds'
# need to be a single argument. Units themselves don't have special
# characters, so it's safe to take just the characters around the
# cursor.