home *** CD-ROM | disk | FTP | other *** search
- To: vim-dev@vim.org
- Subject: Patch 6.1.015
- Fcc: outbox
- From: Bram Moolenaar <Bram@moolenaar.net>
- MIME-Version: 1.0
- Content-Type: text/plain; charset=ISO-8859-1
- Content-Transfer-Encoding: 8bit
- ------------
-
- Patch 6.1.015
- Problem: After patch 6.1.014 can't compile with tiny features. (Christian
- J. Robinson)
- Solution: Add the missing define of virtual_op.
- Files: src/vim.h
-
-
- *** ../vim61.014/src/vim.h Tue Mar 12 21:23:45 2002
- --- src/vim.h Tue Apr 9 22:16:23 2002
- ***************
- *** 1527,1532 ****
- --- 1527,1533 ----
- #ifndef FEAT_VIRTUALEDIT
- # define getvvcol(w, p, s, c, e) getvcol(w, p, s, c, e)
- # define virtual_active() 0
- + # define virtual_op FALSE
- #endif
-
- /*
- *** ../vim61.014/src/version.c Tue Apr 9 23:19:52 2002
- --- src/version.c Wed Apr 10 10:33:44 2002
- ***************
- *** 608,609 ****
- --- 608,611 ----
- { /* Add new patch number below this line */
- + /**/
- + 15,
- /**/
-
- --
- hundred-and-one symptoms of being an internet addict:
- 124. You begin conversations with, "Who is your internet service provider?"
-
- /// Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net \\\
- /// Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim \\\
- \\\ Project leader for A-A-P -- http://www.a-a-p.org ///
- \\\ Help me helping AIDS orphans in Uganda - http://iccf-holland.org ///
-