zsh-workers
 help / color / mirror / code / Atom feed
* BUG: zsh 2.6-beta13: magic-space & history
@ 1996-05-11 19:46 Huy Le
  0 siblings, 0 replies; only message in thread
From: Huy Le @ 1996-05-11 19:46 UTC (permalink / raw)
  To: zsh-workers; +Cc: jkelley

On:
  IRIX 5.3 IP22 mips
  SunOS 5.5 Generic sun4m sparc SUNW,SPARCstation-LX
  HP-UX A.09.01 A 9000/715 two-user license

The magic-space binding seems to mess up the history of
a line with a quoted argument that spawns two lines and then
another argument. All that goes into the history is a space
and the second argument.
  - Huy

dogbert% exec zsh -f
dogbert% echo 'a
> b' c
a
b c
dogbert% history
    1  echo 'a\nb' c
    2  history
dogbert% exec zsh -f
dogbert% bindkey    ' '  magic-space
dogbert% echo 'a
> b' c
a
b c
dogbert% history
    1  bindkey    ' '  magic-space
    2   c
    3  history



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

only message in thread, other threads:[~1996-05-11 20:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-05-11 19:46 BUG: zsh 2.6-beta13: magic-space & history Huy Le

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