mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-01 09:41:44 +02:00
let _init_d use a pre-pattern (17193)
This commit is contained in:
parent
654c4ab4ff
commit
b169a45ebc
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2002-05-21 Sven Wischnowsky <wischnow@zsh.org>
|
||||
|
||||
* 17193: Completion/Unix/Command/_init_d: let _init_d use a
|
||||
pre-pattern
|
||||
|
||||
* 17192: Src/Zle/compcore.c: fix for completion in nested
|
||||
quotes where the sub-word ends in a backslash
|
||||
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
#compdef -P */(init|rc[0-9S]#).d/*
|
||||
#compdef -p */(init|rc[0-9S]#).d/*
|
||||
|
||||
local magic cmds what script
|
||||
|
||||
_compskip=all
|
||||
|
||||
# This should probably be system specific...
|
||||
|
||||
script=$words[1]
|
||||
|
|
Loading…
Reference in a new issue