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.3 / 7.3.314 < prev    next >
Encoding:
Internet Message Format  |  2012-11-20  |  1.7 KB

  1. To: vim_dev@googlegroups.com
  2. Subject: Patch 7.3.314
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. Mime-Version: 1.0
  6. Content-Type: text/plain; charset=UTF-8
  7. Content-Transfer-Encoding: 8bit
  8. ------------
  9.  
  10. Patch 7.3.314 (after 7.3.304)
  11. Problem:    Missing parenthesis.
  12. Solution:   Add it. (Benjamin R. Haskell)
  13. Files:        src/Make_mvc.mak
  14.  
  15.  
  16. *** ../vim-7.3.313/src/Make_mvc.mak    2011-09-14 10:49:44.000000000 +0200
  17. --- src/Make_mvc.mak    2011-09-14 18:56:24.000000000 +0200
  18. ***************
  19. *** 785,791 ****
  20.   PERL_INC = /I $(PERL_INCDIR)
  21.   PERL_OBJ = $(OUTDIR)\if_perl.obj $(OUTDIR)\if_perlsfio.obj
  22.   XSUBPP = $(PERL)\lib\ExtUtils\xsubpp
  23. ! !if exist($(XSUBPP)
  24.   XSUBPP = $(PERL_EXE) $(XSUBPP)
  25.   !else
  26.   XSUBPP = xsubpp
  27. --- 785,791 ----
  28.   PERL_INC = /I $(PERL_INCDIR)
  29.   PERL_OBJ = $(OUTDIR)\if_perl.obj $(OUTDIR)\if_perlsfio.obj
  30.   XSUBPP = $(PERL)\lib\ExtUtils\xsubpp
  31. ! !if exist($(XSUBPP))
  32.   XSUBPP = $(PERL_EXE) $(XSUBPP)
  33.   !else
  34.   XSUBPP = xsubpp
  35. *** ../vim-7.3.313/src/version.c    2011-09-14 18:59:35.000000000 +0200
  36. --- src/version.c    2011-09-14 19:01:12.000000000 +0200
  37. ***************
  38. *** 711,712 ****
  39. --- 711,714 ----
  40.   {   /* Add new patch number below this line */
  41. + /**/
  42. +     314,
  43.   /**/
  44.  
  45. -- 
  46. Often you're less important than your furniture.  If you think about it, you
  47. can get fired but your furniture stays behind, gainfully employed at the
  48. company that didn't need _you_ anymore.
  49.                 (Scott Adams - The Dilbert principle)
  50.  
  51.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  52. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  53. \\\  an exciting new programming language -- http://www.Zimbu.org        ///
  54.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  55.