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.2.413 < prev    next >
Encoding:
Internet Message Format  |  2004-03-29  |  1.7 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 6.2.413
  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.2.413 (after 6.2.411)
  11. Problem:    Missing prototype for vim_regexec_nl(). (Marcel Svitalsky)
  12. Solution:   Now really include the prototype.
  13. Files:        src/proto/regexp.pro
  14.  
  15.  
  16. *** ../vim-6.2.412/src/proto/regexp.pro    Sun Jun  1 12:26:18 2003
  17. --- src/proto/regexp.pro    Fri Mar 26 11:24:14 2004
  18. ***************
  19. *** 4,9 ****
  20. --- 4,10 ----
  21.   regprog_T *vim_regcomp __ARGS((char_u *expr, int re_flags));
  22.   int vim_regcomp_had_eol __ARGS((void));
  23.   int vim_regexec __ARGS((regmatch_T *rmp, char_u *line, colnr_T col));
  24. + int vim_regexec_nl __ARGS((regmatch_T *rmp, char_u *line, colnr_T col));
  25.   long vim_regexec_multi __ARGS((regmmatch_T *rmp, win_T *win, buf_T *buf, linenr_T lnum, colnr_T col));
  26.   reg_extmatch_T *ref_extmatch __ARGS((reg_extmatch_T *em));
  27.   void unref_extmatch __ARGS((reg_extmatch_T *em));
  28. *** ../vim-6.2.412/src/version.c    Mon Mar 29 16:12:14 2004
  29. --- src/version.c    Tue Mar 30 10:42:28 2004
  30. ***************
  31. *** 639,640 ****
  32. --- 639,642 ----
  33.   {   /* Add new patch number below this line */
  34. + /**/
  35. +     413,
  36.   /**/
  37.  
  38. -- 
  39. Wizards had always known that the act of observation changed the thing that
  40. was observed, and sometimes forgot that it also changed the observer too.
  41.             Terry Pratchett  -  Interesting times
  42.  
  43.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  44. ///        Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  45. \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
  46.  \\\  Buy at Amazon and help AIDS victims -- http://ICCF.nl/click1.html ///
  47.