rpms/vim/devel 7.0.164,NONE,1.1 README.patches,1.66,1.67

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Nov 21 09:26:27 UTC 2006


Author: karsten

Update of /cvs/dist/rpms/vim/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv7671

Modified Files:
	README.patches 
Added Files:
	7.0.164 
Log Message:
- patchlevel 164


--- NEW FILE 7.0.164 ---
To: vim-dev at vim.org
Subject: Patch 7.0.164
Fcc: outbox
From: Bram Moolenaar <Bram at moolenaar.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
------------

Patch 7.0.164
Problem:    ":redir @+" doesn't work.
Solution:   Accept "@+" just like "@*". (Yegappan Lakshmanan)
Files:	    src/ex_docmd.c


*** ../vim-7.0.163/src/ex_docmd.c	Tue Nov  7 18:43:10 2006
--- src/ex_docmd.c	Tue Nov 14 20:17:42 2006
***************
*** 8371,8376 ****
--- 8371,8377 ----
  	    if (ASCII_ISALPHA(*arg)
  # ifdef FEAT_CLIPBOARD
  		    || *arg == '*'
+ 		    || *arg == '+'
  # endif
  		    || *arg == '"')
  	    {
***************
*** 8381,8386 ****
--- 8382,8388 ----
  			 (islower(redir_reg)
  # ifdef FEAT_CLIPBOARD
  			    || redir_reg == '*'
+ 			    || redir_reg == '+'
  # endif
  			    || redir_reg == '"'))
  		{
*** ../vim-7.0.163/src/version.c	Tue Nov 14 18:29:00 2006
--- src/version.c	Tue Nov 14 20:23:38 2006
***************
*** 668,669 ****
--- 668,671 ----
  {   /* Add new patch number below this line */
+ /**/
+     164,
  /**/

-- 
hundred-and-one symptoms of being an internet addict:
232. You start conversations with, "Have you gotten an ISDN line?"

 /// Bram Moolenaar -- Bram at Moolenaar.net -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\        download, build and distribute -- http://www.A-A-P.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///


Index: README.patches
===================================================================
RCS file: /cvs/dist/rpms/vim/devel/README.patches,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- README.patches	10 Nov 2006 14:09:54 -0000	1.66
+++ README.patches	21 Nov 2006 09:26:24 -0000	1.67
@@ -192,3 +192,5 @@
   9446  7.0.160  ":@a" echoes the command
   6639  7.0.161  (extra) Win32: window and tabline menu may use wrong encoding
   5819  7.0.162  doesn't exit with "vim -o a b" and abort at ATTENTION prompt
+  4306  7.0.163  can't get the position of a sign over the netbeans interface
+  1518  7.0.164  ":redir @+" doesn't work




More information about the fedora-cvs-commits mailing list