]> git.pld-linux.org Git - packages/vim.git/blob - 7.1.035
- updated to 7.1.100
[packages/vim.git] / 7.1.035
1 To: vim-dev@vim.org
2 Subject: patch 7.1.035
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=ISO-8859-1
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.1.035
11 Problem:    After ":s/./&/#" all listed lines have a line number. (Yakov
12             Lerner)
13 Solution:   Reset the line number flag when not using the "&" flag.
14 Files:      src/ex_cmds.c
15
16
17 *** ../vim-7.1.034/src/ex_cmds.c        Tue Jul 10 17:25:20 2007
18 --- src/ex_cmds.c       Sat Jul 14 14:39:38 2007
19 ***************
20 *** 4316,4321 ****
21 --- 4316,4322 ----
22         do_error = TRUE;
23         do_print = FALSE;
24         do_count = FALSE;
25 +       do_number = FALSE;
26         do_ic = 0;
27       }
28       while (*cmd)
29 *** ../vim-7.1.034/src/version.c        Tue Jul 24 10:44:10 2007
30 --- src/version.c       Tue Jul 24 11:15:09 2007
31 ***************
32 *** 668,669 ****
33 --- 668,671 ----
34   {   /* Add new patch number below this line */
35 + /**/
36 +     35,
37   /**/
38
39 -- 
40 The startling truth finally became apparent, and it was this: Numbers
41 written on restaurant checks within the confines of restaurants do not follow
42 the same mathematical laws as numbers written on any other pieces of paper in
43 any other parts of the Universe.  This single statement took the scientific
44 world by storm.  So many mathematical conferences got held in such good
45 restaurants that many of the finest minds of a generation died of obesity and
46 heart failure, and the science of mathematics was put back by years.
47                 -- Douglas Adams, "The Hitchhiker's Guide to the Galaxy"
48
49  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
50 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
51 \\\        download, build and distribute -- http://www.A-A-P.org        ///
52  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.036963 seconds and 3 git commands to generate.