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 / old / 5.6.035 < prev    next >
Encoding:
Internet Message Format  |  2000-03-27  |  1.1 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 5.6.035
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. ------------
  6.  
  7. Patch 5.6.035
  8. Problem:    Listing the"+comments" feature in the ":version" output depended
  9.         on the wrong ID. (Stephen P. Wall)
  10. Solution:   Change "CRYPTV" to "COMMENTS".
  11. Files:        src/version.c
  12.  
  13.  
  14. *** ../vim-5.6.34/src/version.c    Mon Mar 27 21:52:26 2000
  15. --- src/version.c    Mon Mar 27 21:52:04 2000
  16. ***************
  17. *** 79,85 ****
  18.   #else
  19.       "-cmdline_info",
  20.   #endif
  21. ! #ifdef CRYPTV
  22.       "+comments",
  23.   #else
  24.       "-comments",
  25. --- 79,85 ----
  26.   #else
  27.       "-cmdline_info",
  28.   #endif
  29. ! #ifdef COMMENTS
  30.       "+comments",
  31.   #else
  32.       "-comments",
  33. ***************
  34. *** 420,421 ****
  35. --- 420,423 ----
  36.   {   /* Add new patch number below this line */
  37. + /**/
  38. +     35,
  39.   /**/
  40.  
  41. -- 
  42.     [clop clop]
  43. MORTICIAN:  Who's that then?
  44. CUSTOMER:   I don't know.
  45. MORTICIAN:  Must be a king.
  46. CUSTOMER:   Why?
  47. MORTICIAN:  He hasn't got shit all over him.
  48.                                   The Quest for the Holy Grail (Monty Python)
  49.  
  50. /-/-- Bram Moolenaar --- Bram@moolenaar.net --- http://www.moolenaar.net --\-\
  51. \-\-- Vim: http://www.vim.org ---- ICCF Holland: http://www.vim.org/iccf --/-/
  52.