c85d938
To: vim-dev@vim.org
c85d938
Subject: Patch 7.2.030
c85d938
Fcc: outbox
c85d938
From: Bram Moolenaar <Bram@moolenaar.net>
c85d938
Mime-Version: 1.0
c85d938
Content-Type: text/plain; charset=ISO-8859-1
c85d938
Content-Transfer-Encoding: 8bit
c85d938
------------
c85d938
c85d938
Patch 7.2.030 (after 7.2.027)
c85d938
Problem:    Can't compile.
c85d938
Solution:   Remove prematurely added ex_oldfiles.
c85d938
Files:	    src/ex_cmds.h
c85d938
c85d938
c85d938
*** ../vim-7.2.029/src/ex_cmds.h	Thu Nov  6 10:23:03 2008
c85d938
--- src/ex_cmds.h	Thu Nov  6 20:45:07 2008
c85d938
***************
c85d938
*** 653,660 ****
c85d938
  			EXTRA|TRLBAR|NOTRLCOM|USECTRLV|CMDWIN),
c85d938
  EX(CMD_open,		"open",		ex_open,
c85d938
  			RANGE|EXTRA),
c85d938
- EX(CMD_oldfiles,	"oldfiles",	ex_oldfiles,
c85d938
- 			BANG|TRLBAR|SBOXOK|CMDWIN),
c85d938
  EX(CMD_omap,		"omap",		ex_map,
c85d938
  			EXTRA|TRLBAR|NOTRLCOM|USECTRLV|CMDWIN),
c85d938
  EX(CMD_omapclear,	"omapclear",	ex_mapclear,
c85d938
--- 653,658 ----
c85d938
*** ../vim-7.2.029/src/version.c	Thu Nov  6 17:16:06 2008
c85d938
--- src/version.c	Thu Nov  6 20:46:11 2008
c85d938
***************
c85d938
*** 678,679 ****
c85d938
--- 678,681 ----
c85d938
  {   /* Add new patch number below this line */
c85d938
+ /**/
c85d938
+     30,
c85d938
  /**/
c85d938
c85d938
-- 
c85d938
% cat /usr/include/sys/errno.h
c85d938
#define	EPERM		1		/* Operation not permitted */
c85d938
#define	ENOENT		2		/* No such file or directory */
c85d938
#define	ESRCH		3		/* No such process */
c85d938
[...]
c85d938
#define EMACS		666		/* Too many macros */
c85d938
%
c85d938
c85d938
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
c85d938
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
c85d938
\\\        download, build and distribute -- http://www.A-A-P.org        ///
c85d938
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///