558fd01
To: vim-dev@vim.org
558fd01
Subject: patch 7.1.035
558fd01
Fcc: outbox
558fd01
From: Bram Moolenaar <Bram@moolenaar.net>
558fd01
Mime-Version: 1.0
558fd01
Content-Type: text/plain; charset=ISO-8859-1
558fd01
Content-Transfer-Encoding: 8bit
558fd01
------------
558fd01
558fd01
Patch 7.1.035
558fd01
Problem:    After ":s/./&/#" all listed lines have a line number. (Yakov
558fd01
	    Lerner)
558fd01
Solution:   Reset the line number flag when not using the "&" flag.
558fd01
Files:	    src/ex_cmds.c
558fd01
558fd01
558fd01
*** ../vim-7.1.034/src/ex_cmds.c	Tue Jul 10 17:25:20 2007
558fd01
--- src/ex_cmds.c	Sat Jul 14 14:39:38 2007
558fd01
***************
558fd01
*** 4316,4321 ****
558fd01
--- 4316,4322 ----
558fd01
  	do_error = TRUE;
558fd01
  	do_print = FALSE;
558fd01
  	do_count = FALSE;
558fd01
+ 	do_number = FALSE;
558fd01
  	do_ic = 0;
558fd01
      }
558fd01
      while (*cmd)
558fd01
*** ../vim-7.1.034/src/version.c	Tue Jul 24 10:44:10 2007
558fd01
--- src/version.c	Tue Jul 24 11:15:09 2007
558fd01
***************
558fd01
*** 668,669 ****
558fd01
--- 668,671 ----
558fd01
  {   /* Add new patch number below this line */
558fd01
+ /**/
558fd01
+     35,
558fd01
  /**/
558fd01
558fd01
-- 
558fd01
The startling truth finally became apparent, and it was this: Numbers
558fd01
written on restaurant checks within the confines of restaurants do not follow
558fd01
the same mathematical laws as numbers written on any other pieces of paper in
558fd01
any other parts of the Universe.  This single statement took the scientific
558fd01
world by storm.  So many mathematical conferences got held in such good
558fd01
restaurants that many of the finest minds of a generation died of obesity and
558fd01
heart failure, and the science of mathematics was put back by years.
558fd01
		-- Douglas Adams, "The Hitchhiker's Guide to the Galaxy"
558fd01
558fd01
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
558fd01
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
558fd01
\\\        download, build and distribute -- http://www.A-A-P.org        ///
558fd01
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///