|
|
073263 |
To: vim_dev@googlegroups.com
|
|
|
073263 |
Subject: Patch 7.4.555
|
|
|
073263 |
Fcc: outbox
|
|
|
073263 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
|
073263 |
Mime-Version: 1.0
|
|
|
073263 |
Content-Type: text/plain; charset=UTF-8
|
|
|
073263 |
Content-Transfer-Encoding: 8bit
|
|
|
073263 |
------------
|
|
|
073263 |
|
|
|
073263 |
Patch 7.4.555
|
|
|
073263 |
Problem: test_close_count may fail for some combination of features.
|
|
|
073263 |
Solution: Require normal features.
|
|
|
073263 |
Files: src/testdir/test_close_count.in
|
|
|
073263 |
|
|
|
073263 |
|
|
|
073263 |
*** ../vim-7.4.554/src/testdir/test_close_count.in 2014-11-27 16:22:42.746412995 +0100
|
|
|
073263 |
--- src/testdir/test_close_count.in 2014-11-30 13:07:39.347388895 +0100
|
|
|
073263 |
***************
|
|
|
073263 |
*** 1,8 ****
|
|
|
073263 |
Tests for :[count]close! and :[count]hide vim: set ft=vim :
|
|
|
073263 |
|
|
|
073263 |
STARTTEST
|
|
|
073263 |
:let tests = []
|
|
|
073263 |
- :so tiny.vim
|
|
|
073263 |
:for i in range(5)
|
|
|
073263 |
:new
|
|
|
073263 |
:endfor
|
|
|
073263 |
--- 1,8 ----
|
|
|
073263 |
Tests for :[count]close! and :[count]hide vim: set ft=vim :
|
|
|
073263 |
|
|
|
073263 |
STARTTEST
|
|
|
073263 |
+ :so small.vim
|
|
|
073263 |
:let tests = []
|
|
|
073263 |
:for i in range(5)
|
|
|
073263 |
:new
|
|
|
073263 |
:endfor
|
|
|
073263 |
***************
|
|
|
073263 |
*** 46,52 ****
|
|
|
073263 |
|
|
|
073263 |
STARTTEST
|
|
|
073263 |
:let tests = []
|
|
|
073263 |
- :so tiny.vim
|
|
|
073263 |
:for i in range(5)
|
|
|
073263 |
:new
|
|
|
073263 |
:endfor
|
|
|
073263 |
--- 46,51 ----
|
|
|
073263 |
***************
|
|
|
073263 |
*** 94,100 ****
|
|
|
073263 |
|
|
|
073263 |
STARTTEST
|
|
|
073263 |
:let tests = []
|
|
|
073263 |
- :so tiny.vim
|
|
|
073263 |
:set hidden
|
|
|
073263 |
:for i in range(5)
|
|
|
073263 |
:new
|
|
|
073263 |
--- 93,98 ----
|
|
|
073263 |
***************
|
|
|
073263 |
*** 123,129 ****
|
|
|
073263 |
|
|
|
073263 |
STARTTEST
|
|
|
073263 |
:let tests = []
|
|
|
073263 |
- :so tiny.vim
|
|
|
073263 |
:set hidden
|
|
|
073263 |
:for i in range(5)
|
|
|
073263 |
:new
|
|
|
073263 |
--- 121,126 ----
|
|
|
073263 |
*** ../vim-7.4.554/src/version.c 2014-12-17 14:41:06.083437433 +0100
|
|
|
073263 |
--- src/version.c 2014-12-17 14:42:07.426679571 +0100
|
|
|
073263 |
***************
|
|
|
073263 |
*** 743,744 ****
|
|
|
073263 |
--- 743,746 ----
|
|
|
073263 |
{ /* Add new patch number below this line */
|
|
|
073263 |
+ /**/
|
|
|
073263 |
+ 555,
|
|
|
073263 |
/**/
|
|
|
073263 |
|
|
|
073263 |
--
|
|
|
073263 |
hundred-and-one symptoms of being an internet addict:
|
|
|
073263 |
3. Your bookmark takes 15 minutes to scroll from top to bottom.
|
|
|
073263 |
|
|
|
073263 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
|
073263 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
|
073263 |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
|
073263 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|