]> git.pld-linux.org Git - packages/vim.git/blame - 7.0.176
- updated to 0.7.3
[packages/vim.git] / 7.0.176
CommitLineData
c84df032
ER
1To: vim-dev@vim.org
2Subject: patch 7.0.176
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.0.176
11Problem: ":emenu" isn't executed directly, causing the encryption key
12 prompt to fail. (Life Jazzer)
13Solution: Fix wrong #ifdef.
14Files: 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.057296 seconds and 4 git commands to generate.