mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-27 14:11:14 +01:00
fix for completion of `netscape -remote' (11460)
This commit is contained in:
parent
ca670d4d27
commit
191930e8fb
2 changed files with 6 additions and 9 deletions
|
@ -1,5 +1,8 @@
|
|||
2000-05-18 Sven Wischnowsky <wischnow@zsh.org>
|
||||
|
||||
* 11460: Completion/User/_netscape: fix for completion of
|
||||
`netscape -remote'
|
||||
|
||||
* 11459: Completion/Core/_main_complete, Doc/Zsh/compsys.yo: allow
|
||||
_main_complete to call an arbitrary command given as arguments
|
||||
|
||||
|
|
|
@ -56,15 +56,9 @@ if [[ "$state" = "remote" ]]; then
|
|||