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 / 6.2.195 < prev    next >
Encoding:
Internet Message Format  |  2004-01-17  |  2.0 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 6.2.195
  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 6.2.195 (after 6.2.190)
  11. Problem:    Compiling fails for missing CPO_REMMARK symbol.
  12. Solution:   Add the patch I forgot to include...
  13. Files:        src/option.h
  14.  
  15.  
  16. *** ../vim-6.2.194/src/option.h    Sat May 17 21:02:23 2003
  17. --- src/option.h    Mon Jan 12 20:21:42 2004
  18. ***************
  19. *** 142,147 ****
  20. --- 142,148 ----
  21.   #define CPO_OVERNEW    'O'    /* silently overwrite new file */
  22.   #define CPO_LISP    'p'    /* 'lisp' indenting */
  23.   #define CPO_REDO    'r'
  24. + #define CPO_REMMARK    'R'    /* remove marks when filtering */
  25.   #define CPO_BUFOPT    's'
  26.   #define CPO_BUFOPTGLOB    'S'
  27.   #define CPO_TAGPAT    't'
  28. ***************
  29. *** 157,163 ****
  30.   #define CPO_STAR    '*'    /* ":*" means ":@" */
  31.   #define CPO_SPECI    '<'    /* don't recognize <> in mappings */
  32.   #define CPO_DEFAULT    "aABceFs"
  33. ! #define CPO_ALL        "aAbBcCdDeEfFgijJkKlLmMnoOprsStuvwWxy$!%*<"
  34.   
  35.   /* characters for p_ww option: */
  36.   #define WW_ALL        "bshl<>[],~"
  37. --- 158,164 ----
  38.   #define CPO_STAR    '*'    /* ":*" means ":@" */
  39.   #define CPO_SPECI    '<'    /* don't recognize <> in mappings */
  40.   #define CPO_DEFAULT    "aABceFs"
  41. ! #define CPO_ALL        "aAbBcCdDeEfFgijJkKlLmMnoOprRsStuvwWxy$!%*<"
  42.   
  43.   /* characters for p_ww option: */
  44.   #define WW_ALL        "bshl<>[],~"
  45. *** ../vim-6.2.194/src/version.c    Sun Jan 18 21:31:56 2004
  46. --- src/version.c    Sun Jan 18 23:21:27 2004
  47. ***************
  48. *** 639,640 ****
  49. --- 639,642 ----
  50.   {   /* Add new patch number below this line */
  51. + /**/
  52. +     195,
  53.   /**/
  54.  
  55. -- 
  56. The question is:  What do you do with your life?
  57. The wrong answer is: Become the richest guy in the graveyard.
  58.                 (billionaire and Oracle founder Larry Ellison)
  59.  
  60.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  61. ///        Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  62. \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
  63.  \\\  Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html  ///
  64.