mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 16:50:58 +01:00
30199: add (-.) to many completion _files globs
This commit is contained in:
parent
32eb4faf7c
commit
c5fce37bce
28 changed files with 82 additions and 63 deletions
|
|
@ -46,7 +46,7 @@ arguments=(
|
|||
'-D[debugging mode]'
|
||||
'-n[no swap file (memory only)]'
|
||||
'-nb[start as NetBean server]'
|
||||
{-r,-L}'[list swap files and exit or recover from a swap file]::swap file:_vim_files -g \*.sw\?'
|
||||
{-r,-L}'[list swap files and exit or recover from a swap file]::swap file:_vim_files -g "*.sw?(-.)"'
|
||||
'( -H -F)-A[start in Arabic mode]'
|
||||
'(-A -F)-H[start in Hebrew mode]'
|
||||
'(-A -H )-F[start in Farsi mode]'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue