home *** CD-ROM | disk | FTP | other *** search
- To: vim-dev@vim.org
- Subject: Patch 5.6.035
- Fcc: outbox
- From: Bram Moolenaar <Bram@moolenaar.net>
- ------------
-
- Patch 5.6.035
- Problem: Listing the"+comments" feature in the ":version" output depended
- on the wrong ID. (Stephen P. Wall)
- Solution: Change "CRYPTV" to "COMMENTS".
- Files: src/version.c
-
-
- *** ../vim-5.6.34/src/version.c Mon Mar 27 21:52:26 2000
- --- src/version.c Mon Mar 27 21:52:04 2000
- ***************
- *** 79,85 ****
- #else
- "-cmdline_info",
- #endif
- ! #ifdef CRYPTV
- "+comments",
- #else
- "-comments",
- --- 79,85 ----
- #else
- "-cmdline_info",
- #endif
- ! #ifdef COMMENTS
- "+comments",
- #else
- "-comments",
- ***************
- *** 420,421 ****
- --- 420,423 ----
- { /* Add new patch number below this line */
- + /**/
- + 35,
- /**/
-
- --
- [clop clop]
- MORTICIAN: Who's that then?
- CUSTOMER: I don't know.
- MORTICIAN: Must be a king.
- CUSTOMER: Why?
- MORTICIAN: He hasn't got shit all over him.
- The Quest for the Holy Grail (Monty Python)
-
- /-/-- Bram Moolenaar --- Bram@moolenaar.net --- http://www.moolenaar.net --\-\
- \-\-- Vim: http://www.vim.org ---- ICCF Holland: http://www.vim.org/iccf --/-/
-