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:
parent
a8bff43164
commit
d3731fac38
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue