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.4 / 7.4.460 < prev    next >
Encoding:
Internet Message Format  |  2014-09-24  |  1.4 KB

  1. To: vim_dev@googlegroups.com
  2. Subject: Patch 7.4.460
  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.4.460 (after 7.4.454)
  11. Problem:    Can't build without the quickfix feature. (Erik Falor)
  12. Solution:   Add a #ifdef.
  13. Files:        src/window.c
  14.  
  15.  
  16. *** ../vim-7.4.459/src/window.c    2014-09-23 13:48:40.054785798 +0200
  17. --- src/window.c    2014-09-24 13:24:27.318971352 +0200
  18. ***************
  19. *** 484,490 ****
  20. --- 484,492 ----
  21.               postponed_split = Prenum;
  22.           else
  23.               postponed_split = -1;
  24. + #ifdef FEAT_QUICKFIX
  25.           g_do_tagpreview = 0;
  26. + #endif
  27.   
  28.           /* Execute the command right here, required when "wincmd ]"
  29.            * was used in a function. */
  30. *** ../vim-7.4.459/src/version.c    2014-09-23 21:53:35.310849352 +0200
  31. --- src/version.c    2014-09-24 13:24:44.450971389 +0200
  32. ***************
  33. *** 743,744 ****
  34. --- 743,746 ----
  35.   {   /* Add new patch number below this line */
  36. + /**/
  37. +     460,
  38.   /**/
  39.  
  40. -- 
  41. hundred-and-one symptoms of being an internet addict:
  42. 179. You wonder why your household garbage can doesn't have an
  43.      "empty recycle bin" button.
  44.  
  45.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  46. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  47. \\\  an exciting new programming language -- http://www.Zimbu.org        ///
  48.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  49.