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.1.015 < prev    next >
Encoding:
Internet Message Format  |  2002-04-09  |  1.3 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 6.1.015
  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.1.015
  11. Problem:    After patch 6.1.014 can't compile with tiny features. (Christian
  12.         J. Robinson)
  13. Solution:   Add the missing define of virtual_op.
  14. Files:        src/vim.h
  15.  
  16.  
  17. *** ../vim61.014/src/vim.h    Tue Mar 12 21:23:45 2002
  18. --- src/vim.h    Tue Apr  9 22:16:23 2002
  19. ***************
  20. *** 1527,1532 ****
  21. --- 1527,1533 ----
  22.   #ifndef FEAT_VIRTUALEDIT
  23.   # define getvvcol(w, p, s, c, e) getvcol(w, p, s, c, e)
  24.   # define virtual_active() 0
  25. + # define virtual_op FALSE
  26.   #endif
  27.   
  28.   /*
  29. *** ../vim61.014/src/version.c    Tue Apr  9 23:19:52 2002
  30. --- src/version.c    Wed Apr 10 10:33:44 2002
  31. ***************
  32. *** 608,609 ****
  33. --- 608,611 ----
  34.   {   /* Add new patch number below this line */
  35. + /**/
  36. +     15,
  37.   /**/
  38.  
  39. -- 
  40. hundred-and-one symptoms of being an internet addict:
  41. 124. You begin conversations with, "Who is your internet service provider?"
  42.  
  43.  ///  Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net  \\\
  44. ///   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   \\\
  45. \\\           Project leader for A-A-P -- http://www.a-a-p.org           ///
  46.  \\\  Help me helping AIDS orphans in Uganda - http://iccf-holland.org  ///
  47.