zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: kill-word-match doesn't work
@ 2003-07-07 14:39 Peter Stephenson
  2003-07-07 16:29 ` Sourceforge (Re: PATCH: kill-word-match doesn't work) Bart Schaefer
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Stephenson @ 2003-07-07 14:39 UTC (permalink / raw)
  To: Zsh hackers list

Oops.  I got this right everywhere else, apparently.

Sourceforge seems OK at the moment, is anyone else still having problems?

Index: Functions/Zle/kill-word-match
===================================================================
RCS file: /cvsroot/zsh/zsh/Functions/Zle/kill-word-match,v
retrieving revision 1.1
diff -u -r1.1 kill-word-match
--- Functions/Zle/kill-word-match	28 Mar 2003 11:34:30 -0000	1.1
+++ Functions/Zle/kill-word-match	7 Jul 2003 14:38:56 -0000
@@ -26,7 +26,7 @@
 	    killring=("$CUTBUFFER" "${(@)killring[1,-2]}")
 	    CUTBUFFER=$word
 	fi
-	RBUFFER=$matched_words[6]
+	RBUFFER=${(j..)matched_words[6,7]}
     else
 	return 1
     fi

-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
CSR Ltd., Science Park, Milton Road,
Cambridge, CB4 0WH, UK                          Tel: +44 (0)1223 692070


**********************************************************************
The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential 
and/or privileged material. 
Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by 
persons or entities other than the intended recipient is 
prohibited.  
If you received this in error, please contact the sender and 
delete the material from any computer.
**********************************************************************


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

* Sourceforge (Re: PATCH: kill-word-match doesn't work)
  2003-07-07 14:39 PATCH: kill-word-match doesn't work Peter Stephenson
@ 2003-07-07 16:29 ` Bart Schaefer
  0 siblings, 0 replies; 2+ messages in thread
From: Bart Schaefer @ 2003-07-07 16:29 UTC (permalink / raw)
  To: Zsh hackers list

On Jul 7,  3:39pm, Peter Stephenson wrote:
} Subject: PATCH: kill-word-match doesn't work
} 
} Sourceforge seems OK at the moment, is anyone else still having
} problems?

The pserver is responsive, it's just unbelievably slow.


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

end of thread, other threads:[~2003-07-07 16:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-07 14:39 PATCH: kill-word-match doesn't work Peter Stephenson
2003-07-07 16:29 ` Sourceforge (Re: PATCH: kill-word-match doesn't work) Bart Schaefer

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