]> git.pld-linux.org Git - packages/vim.git/blob - 6.3.071
- typo
[packages/vim.git] / 6.3.071
1 To: vim-dev@vim.org
2 Subject: Patch 6.3.071
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 6.3.071
11 Problem:    The message for CTRL-X mode is still displayed after an error for
12             'thesaurus' or 'dictionary' being empty.
13 Solution:   Clear "edit_submode".
14 Files:      src/edit.c
15
16
17 *** ../vim-6.3.020/src/edit.c   Sat Jan 29 16:19:09 2005
18 --- src/edit.c  Fri Apr  8 11:16:31 2005
19 ***************
20 *** 959,964 ****
21 --- 959,965 ----
22                 if (*curbuf->b_p_tsr == NUL && *p_tsr == NUL)
23                 {
24                     ctrl_x_mode = 0;
25 +                   edit_submode = NULL;
26                     msg_attr((char_u *)_("'thesaurus' option is empty"),
27                              hl_attr(HLF_E));
28                     if (emsg_silent == 0)
29 ***************
30 *** 1163,1168 ****
31 --- 1164,1170 ----
32                 if (*curbuf->b_p_dict == NUL && *p_dict == NUL)
33                 {
34                     ctrl_x_mode = 0;
35 +                   edit_submode = NULL;
36                     msg_attr((char_u *)_("'dictionary' option is empty"),
37                              hl_attr(HLF_E));
38                     if (emsg_silent == 0)
39 *** ../vim-6.3.020/src/version.c        Mon Apr 11 11:49:54 2005
40 --- src/version.c       Mon Apr 11 11:51:26 2005
41 ***************
42 *** 643,644 ****
43 --- 643,646 ----
44   {   /* Add new patch number below this line */
45 + /**/
46 +     71,
47   /**/
48
49 -- 
50 hundred-and-one symptoms of being an internet addict:
51 101. U can read htis w/o ny porblm and cant figur eout Y its evn listd.
52
53  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
54 ///        Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
55 \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
56  \\\     Buy LOTR 3 and help AIDS victims -- http://ICCF.nl/lotr.html   ///
This page took 0.028526 seconds and 3 git commands to generate.