zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: suffix for cd -<TAB>.
@ 2000-01-09 23:09 Tanaka Akira
  2000-01-09 23:36 ` Tanaka Akira
  0 siblings, 1 reply; 2+ messages in thread
From: Tanaka Akira @ 2000-01-09 23:09 UTC (permalink / raw)
  To: zsh-workers

cd -<TAB> inserted number with suffix `/'.

Index: Completion/Builtins/_popd
===================================================================
RCS file: /projects/zsh/zsh/Completion/Builtins/_popd,v
retrieving revision 1.1.1.10
diff -u -r1.1.1.10 _popd
--- Completion/Builtins/_popd	2000/01/06 01:13:05	1.1.1.10
+++ Completion/Builtins/_popd	2000/01/09 23:04:27
@@ -39,4 +39,4 @@
   disp=()
 fi
 
-compadd "$expl[@]" "$@" -qS/ "$disp[@]" -Q - "$list[@]"
+compadd "$expl[@]" "$@" -q "$disp[@]" -Q - "$list[@]"
-- 
Tanaka Akira


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: PATCH: suffix for cd -<TAB>.
  2000-01-09 23:09 PATCH: suffix for cd -<TAB> Tanaka Akira
@ 2000-01-09 23:36 ` Tanaka Akira
  0 siblings, 0 replies; 2+ messages in thread
From: Tanaka Akira @ 2000-01-09 23:36 UTC (permalink / raw)
  To: zsh-workers

In article <rsqwvpi7sgg.fsf@crane.jaist.ac.jp>,
  Tanaka Akira <akr@jaist.ac.jp> writes:

> -compadd "$expl[@]" "$@" -qS/ "$disp[@]" -Q - "$list[@]"
> +compadd "$expl[@]" "$@" -q "$disp[@]" -Q - "$list[@]"

Oops. -q was not needed too.

Index: Completion/Builtins/_popd
===================================================================
RCS file: /projects/zsh/zsh/Completion/Builtins/_popd,v
retrieving revision 1.1.1.11
diff -u -r1.1.1.11 _popd
--- Completion/Builtins/_popd	2000/01/09 23:11:06	1.1.1.11
+++ Completion/Builtins/_popd	2000/01/09 23:35:41
@@ -39,4 +39,4 @@
   disp=()
 fi
 
-compadd "$expl[@]" "$@" -q "$disp[@]" -Q - "$list[@]"
+compadd "$expl[@]" "$@" "$disp[@]" -Q - "$list[@]"
-- 
Tanaka Akira


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-01-09 23:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-09 23:09 PATCH: suffix for cd -<TAB> Tanaka Akira
2000-01-09 23:36 ` Tanaka Akira

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).