home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / patches / 7.2 / 7.2.030 < prev    next >
Encoding:
Internet Message Format  |  2008-11-05  |  1.5 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 7.2.030
  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.2.030 (after 7.2.027)
  11. Problem:    Can't compile.
  12. Solution:   Remove prematurely added ex_oldfiles.
  13. Files:        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    ///
  52.