]> git.pld-linux.org Git - packages/vim.git/blame - 7.1.188
- updated to 7.1.326
[packages/vim.git] / 7.1.188
CommitLineData
d2415672
AG
1To: vim-dev@vim.org
2Subject: Patch 7.1.188
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.188
11Problem: 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)
13Solution: Put the W10 message in the first column.
14Files: 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--
47PRINCE: He's come to rescue me, father.
48LAUNCELOT: (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.047473 seconds and 4 git commands to generate.