zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: numeric sorting problem with completion list
@ 1999-12-16 17:01 Oliver Kiddle
  0 siblings, 0 replies; only message in thread
From: Oliver Kiddle @ 1999-12-16 17:01 UTC (permalink / raw)
  To: Zsh workers

In pws-12, completing the directory stack (as in cd ~+<tab>) was
sorting directories numbered over 10 after 1 instead of after 9. I've
fixed this problem before though the cause was quite different this
time. This patch fixes it.

Oliver

*** Completion/Core/_description	Fri Dec 10 19:39:40 1999
--- Completion/Core/_description	Thu Dec 16 16:49:41 1999
***************
*** 38,46 ****
    fi
  else
    if [[ -n "$format" ]]; then
!     eval "${name}=($hide -J -default- -X \"${format}\")"
    else
!     eval "${name}=($hide -J -default-)"
    fi
  fi
  
--- 38,46 ----
    fi
  else
    if [[ -n "$format" ]]; then
!     eval "${name}=($hide $gropt -default- -X \"${format}\")"
    else
!     eval "${name}=($hide $gropt -default-)"
    fi
  fi


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-12-16 17:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-16 17:01 PATCH: numeric sorting problem with completion list Oliver Kiddle

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).