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.470 < prev    next >
Encoding:
Internet Message Format  |  2012-11-20  |  1.8 KB

  1. To: vim_dev@googlegroups.com
  2. Subject: Patch 7.3.470
  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.470
  11. Problem:    Test 62 fails when compiled without GUI and X11.
  12. Solution:   Don't test :drop when it is not supported.
  13. Files:        src/testdir/test62.in
  14.  
  15.  
  16. *** ../vim-7.3.469/src/testdir/test62.in    2012-02-22 19:13:00.000000000 +0100
  17. --- src/testdir/test62.in    2012-03-07 22:46:17.000000000 +0100
  18. ***************
  19. *** 49,55 ****
  20.   :tabclose
  21.   :call append(line('$'), test_status)
  22.   :"
  23. ! :"
  24.   :" Test for ":tab drop exist-file" to keep current window.
  25.   :sp test1
  26.   :tab drop test1
  27. --- 49,55 ----
  28.   :tabclose
  29.   :call append(line('$'), test_status)
  30.   :"
  31. ! :if has('gui') || has('clientserver')
  32.   :" Test for ":tab drop exist-file" to keep current window.
  33.   :sp test1
  34.   :tab drop test1
  35. ***************
  36. *** 85,90 ****
  37. --- 85,96 ----
  38.   :tabclose
  39.   :q
  40.   :call append(line('$'), test_status)
  41. + :else
  42. + :" :drop not supported
  43. + :call append(line('$'), 'tab drop 1: pass')
  44. + :call append(line('$'), 'tab drop 2: pass')
  45. + :call append(line('$'), 'tab drop 3: pass')
  46. + :endif
  47.   :"
  48.   :"
  49.   :/^Results/,$w! test.out
  50. *** ../vim-7.3.469/src/version.c    2012-03-07 22:52:30.000000000 +0100
  51. --- src/version.c    2012-03-07 22:53:40.000000000 +0100
  52. ***************
  53. *** 716,717 ****
  54. --- 716,719 ----
  55.   {   /* Add new patch number below this line */
  56. + /**/
  57. +     470,
  58.   /**/
  59.  
  60. -- 
  61. hundred-and-one symptoms of being an internet addict:
  62. 158. You get a tuner card so you can watch TV while surfing.
  63.  
  64.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  65. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  66. \\\  an exciting new programming language -- http://www.Zimbu.org        ///
  67.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  68.