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 / 7.1 / 7.1.303 < prev    next >
Encoding:
Internet Message Format  |  2008-05-28  |  1.4 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 7.1.303
  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 7.1.303 (after 7.1.302)
  11. Problem:    Compilation error on MS-Windows, again.
  12. Solution:   Declare p.
  13. Files:        src/ex_getln.c
  14.  
  15.  
  16. *** ../vim-7.1.302/src/ex_getln.c    Wed May 28 22:02:07 2008
  17. --- src/ex_getln.c    Thu May 29 15:31:45 2008
  18. ***************
  19. *** 3711,3716 ****
  20. --- 3711,3717 ----
  21.   #ifdef BACKSLASH_IN_FILENAME
  22.       char_u    buf[20];
  23.       int        j = 0;
  24. +     char_u    *p;
  25.   
  26.       /* Don't escape '[' and '{' if they are in 'isfname'. */
  27.       for (p = PATH_ESC_CHARS; *p != NUL; ++p)
  28. *** ../vim-7.1.302/src/version.c    Wed May 28 22:02:07 2008
  29. --- src/version.c    Thu May 29 15:31:51 2008
  30. ***************
  31. ***************
  32. *** 668,669 ****
  33. --- 673,676 ----
  34.   {   /* Add new patch number below this line */
  35. + /**/
  36. +     303,
  37.   /**/
  38.  
  39. -- 
  40. If all you have is a hammer, everything looks like a nail.
  41. When your hammer is C++, everything begins to look like a thumb.
  42.             -- Steve Hoflich, comp.lang.c++
  43.  
  44.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  45. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  46. \\\        download, build and distribute -- http://www.A-A-P.org        ///
  47.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  48.