]> git.pld-linux.org Git - packages/vim.git/blob - 7.1.188
- typo
[packages/vim.git] / 7.1.188
1 To: vim-dev@vim.org
2 Subject: Patch 7.1.188
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.188
11 Problem:    When 'showmode' is off the message for changing a readonly file is
12             given in the second column instead of the first.  (Payl B.  Mahol)
13 Solution:   Put the W10 message in the first column.
14 Files:      src/edit.c
15
16
17 *** ../vim-7.1.187/src/edit.c   Wed Jan  2 17:48:24 2008
18 --- src/edit.c  Wed Jan  2 20:56:46 2008
19 ***************
20 *** 550,556 ****
21         i = showmode();
22   
23       if (!p_im && did_restart_edit == 0)
24 !       change_warning(i + 1);
25   
26   #ifdef CURSOR_SHAPE
27       ui_cursor_shape();                /* may show different cursor shape */
28 --- 550,556 ----
29         i = showmode();
30   
31       if (!p_im && did_restart_edit == 0)
32 !       change_warning(i == 0 ? 0 : i + 1);
33   
34   #ifdef CURSOR_SHAPE
35       ui_cursor_shape();                /* may show different cursor shape */
36 *** ../vim-7.1.187/src/version.c        Wed Jan  2 21:54:33 2008
37 --- src/version.c       Wed Jan  2 22:06:19 2008
38 ***************
39 *** 668,669 ****
40 --- 668,671 ----
41   {   /* Add new patch number below this line */
42 + /**/
43 +     188,
44   /**/
45
46 -- 
47 PRINCE:    He's come to rescue me, father.
48 LAUNCELOT: (embarrassed) Well, let's not jump to conclusions ...
49                  "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
50
51  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
52 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
53 \\\        download, build and distribute -- http://www.A-A-P.org        ///
54  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.03203 seconds and 3 git commands to generate.