]> git.pld-linux.org Git - packages/vim.git/blame - 7.2.030
- new
[packages/vim.git] / 7.2.030
CommitLineData
2f43f8e6
ER
1To: vim-dev@vim.org
2Subject: Patch 7.2.030
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.2.030 (after 7.2.027)
11Problem: Can't compile.
12Solution: Remove prematurely added ex_oldfiles.
13Files: src/ex_cmds.h
14
15
16*** ../vim-7.2.029/src/ex_cmds.h Thu Nov 6 10:23:03 2008
17--- src/ex_cmds.h Thu Nov 6 20:45:07 2008
18***************
19*** 653,660 ****
20 EXTRA|TRLBAR|NOTRLCOM|USECTRLV|CMDWIN),
21 EX(CMD_open, "open", ex_open,
22 RANGE|EXTRA),
23- EX(CMD_oldfiles, "oldfiles", ex_oldfiles,
24- BANG|TRLBAR|SBOXOK|CMDWIN),
25 EX(CMD_omap, "omap", ex_map,
26 EXTRA|TRLBAR|NOTRLCOM|USECTRLV|CMDWIN),
27 EX(CMD_omapclear, "omapclear", ex_mapclear,
28--- 653,658 ----
29*** ../vim-7.2.029/src/version.c Thu Nov 6 17:16:06 2008
30--- src/version.c Thu Nov 6 20:46:11 2008
31***************
32*** 678,679 ****
33--- 678,681 ----
34 { /* Add new patch number below this line */
35+ /**/
36+ 30,
37 /**/
38
39--
40% cat /usr/include/sys/errno.h
41#define EPERM 1 /* Operation not permitted */
42#define ENOENT 2 /* No such file or directory */
43#define ESRCH 3 /* No such process */
44[...]
45#define EMACS 666 /* Too many macros */
46%
47
48 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
49/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
50\\\ download, build and distribute -- http://www.A-A-P.org ///
51 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.037633 seconds and 4 git commands to generate.