]> git.pld-linux.org Git - packages/vim.git/blob - 7.0.176
- new
[packages/vim.git] / 7.0.176
1 To: vim-dev@vim.org
2 Subject: patch 7.0.176
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.0.176
11 Problem:    ":emenu" isn't executed directly, causing the encryption key
12             prompt to fail. (Life Jazzer)
13 Solution:   Fix wrong #ifdef.
14 Files:      src/menu.c
15
16
17 *** ../vim-7.0.175/src/menu.c   Wed Aug 16 21:42:34 2006
18 --- src/menu.c  Wed Nov 29 21:15:36 2006
19 ***************
20 *** 2246,2252 ****
21       {
22         /* When executing a script or function execute the commands right now.
23          * Otherwise put them in the typeahead buffer. */
24 ! #ifdef FEAT_En
25         if (current_SID != 0)
26             exec_normal_cmd(menu->strings[idx], menu->noremap[idx],
27                                                            menu->silent[idx]);
28 --- 2246,2252 ----
29       {
30         /* When executing a script or function execute the commands right now.
31          * Otherwise put them in the typeahead buffer. */
32 ! #ifdef FEAT_EVAL
33         if (current_SID != 0)
34             exec_normal_cmd(menu->strings[idx], menu->noremap[idx],
35                                                            menu->silent[idx]);
36 *** ../vim-7.0.175/src/version.c        Tue Dec  5 10:33:57 2006
37 --- src/version.c       Tue Dec  5 21:31:03 2006
38 ***************
39 *** 668,669 ****
40 --- 668,671 ----
41   {   /* Add new patch number below this line */
42 + /**/
43 +     176,
44   /**/
45
46 -- 
47 -rwxr-xr-x  1 root          24 Oct 29  1929 /bin/ed
48 -rwxr-xr-t  4 root      131720 Jan  1  1970 /usr/ucb/vi
49 -rwxr-xr-x  1 root  5.89824e37 Oct 22  1990 /usr/bin/emacs
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.033849 seconds and 3 git commands to generate.