home *** CD-ROM | disk | FTP | other *** search
- To: vim-dev@vim.org
- Subject: Patch 6.1.385
- 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.385 (depends on 6.1.383)
- Problem: Can't compile without the multi-byte feature.
- Solution: Move an #ifdef. (Christian J. Robinson)
- Files: src/buffer.c
-
-
- *** ../vim61.384/src/buffer.c Sun Mar 9 17:49:38 2003
- --- src/buffer.c Sun Mar 9 22:36:37 2003
- ***************
- *** 3504,3511 ****
- while (++width < maxwidth)
- *s++ = fillchar;
- }
- - #endif
- else
- s = out + maxwidth - 1;
- for (l = 0; l < itemcnt; l++)
- if (item[l].start > s)
- --- 3504,3511 ----
- while (++width < maxwidth)
- *s++ = fillchar;
- }
- else
- + #endif
- s = out + maxwidth - 1;
- for (l = 0; l < itemcnt; l++)
- if (item[l].start > s)
- *** ../vim61.384/src/version.c Sun Mar 9 22:25:50 2003
- --- src/version.c Sun Mar 9 22:38:07 2003
- ***************
- *** 613,614 ****
- --- 613,616 ----
- { /* Add new patch number below this line */
- + /**/
- + 385,
- /**/
-
- --
- hundred-and-one symptoms of being an internet addict:
- 14. You start introducing yourself as "Jim at I-I-Net dot net dot au"
-
- /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
- /// Creator of Vim - Vi IMproved -- http://www.Vim.org \\\
- \\\ Project leader for A-A-P -- http://www.A-A-P.org ///
- \\\ Help AIDS victims, buy at Amazon -- http://ICCF.nl/click1.html ///
-