mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-07-22 08:21:02 +02:00
43331: _diff3: Enhance positional argument descriptions (thanks, Oliver).
This commit is contained in:
parent
40d9681b62
commit
1c5fb91e71
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2018-08-25 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* 43331: Completion/Unix/Command/_diff3: Enhance positional
|
||||
argument descriptions (thanks, Oliver).
|
||||
|
||||
2018-08-24 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* 43313 (log message tweaked):
|
||||
|
|
|
@ -39,8 +39,8 @@ else
|
|||
fi
|
||||
|
||||
_arguments -s -S $args \
|
||||
'1:updated file:_files' \
|
||||
'2:original file:_files' \
|
||||
'3:updated file:_files' \
|
||||
'1: : _wanted files expl "first updated file (${${(As.:.)opt_args[-L]}[1]:-mine})" _files' \
|
||||
'2: : _wanted files expl "original file (${${(As.:.)opt_args[-L]}[2]:-old})" _files' \
|
||||
'3: : _wanted files expl "second updated file (${${(As.:.)opt_args[-L]}[3]:-their})" _files' \
|
||||
+ '(ed)' $ed
|
||||
|
||||
|
|
Loading…
Reference in a new issue