]> git.pld-linux.org Git - packages/vim.git/blame - 7.1.035
- updated to 7.1.100
[packages/vim.git] / 7.1.035
CommitLineData
bfeb061a
AG
1To: vim-dev@vim.org
2Subject: patch 7.1.035
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=ISO-8859-1
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.1.035
11Problem: After ":s/./&/#" all listed lines have a line number. (Yakov
12 Lerner)
13Solution: Reset the line number flag when not using the "&" flag.
14Files: 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--
40The startling truth finally became apparent, and it was this: Numbers
41written on restaurant checks within the confines of restaurants do not follow
42the same mathematical laws as numbers written on any other pieces of paper in
43any other parts of the Universe. This single statement took the scientific
44world by storm. So many mathematical conferences got held in such good
45restaurants that many of the finest minds of a generation died of obesity and
46heart 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 1.090246 seconds and 4 git commands to generate.