|
|
3ef2ca |
To: vim_dev@googlegroups.com
|
|
|
3ef2ca |
Subject: Patch 7.4.430
|
|
|
3ef2ca |
Fcc: outbox
|
|
|
3ef2ca |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
|
3ef2ca |
Mime-Version: 1.0
|
|
|
3ef2ca |
Content-Type: text/plain; charset=UTF-8
|
|
|
3ef2ca |
Content-Transfer-Encoding: 8bit
|
|
|
3ef2ca |
------------
|
|
|
3ef2ca |
|
|
|
3ef2ca |
Patch 7.4.430
|
|
|
3ef2ca |
Problem: test_listlbr fails when compiled with normal features.
|
|
|
3ef2ca |
Solution: Check for the +conceal feature.
|
|
|
3ef2ca |
Files: src/testdir/test_listlbr.in
|
|
|
3ef2ca |
|
|
|
3ef2ca |
|
|
|
3ef2ca |
*** ../vim-7.4.429/src/testdir/test_listlbr.in 2014-08-29 12:08:39.686423658 +0200
|
|
|
3ef2ca |
--- src/testdir/test_listlbr.in 2014-08-30 17:07:04.930651497 +0200
|
|
|
3ef2ca |
***************
|
|
|
3ef2ca |
*** 2,8 ****
|
|
|
3ef2ca |
|
|
|
3ef2ca |
STARTTEST
|
|
|
3ef2ca |
:so small.vim
|
|
|
3ef2ca |
! :if !exists("+linebreak") | e! test.ok | w! test.out | qa! | endif
|
|
|
3ef2ca |
:10new|:vsp|:vert resize 20
|
|
|
3ef2ca |
:put =\"\tabcdef hijklmn\tpqrstuvwxyz_1060ABCDEFGHIJKLMNOP \"
|
|
|
3ef2ca |
:norm! zt
|
|
|
3ef2ca |
--- 2,8 ----
|
|
|
3ef2ca |
|
|
|
3ef2ca |
STARTTEST
|
|
|
3ef2ca |
:so small.vim
|
|
|
3ef2ca |
! :if !exists("+linebreak") || !exists("+conceal") | e! test.ok | w! test.out | qa! | endif
|
|
|
3ef2ca |
:10new|:vsp|:vert resize 20
|
|
|
3ef2ca |
:put =\"\tabcdef hijklmn\tpqrstuvwxyz_1060ABCDEFGHIJKLMNOP \"
|
|
|
3ef2ca |
:norm! zt
|
|
|
3ef2ca |
*** ../vim-7.4.429/src/version.c 2014-08-30 13:32:03.406623315 +0200
|
|
|
3ef2ca |
--- src/version.c 2014-08-30 17:08:01.758651621 +0200
|
|
|
3ef2ca |
***************
|
|
|
3ef2ca |
*** 743,744 ****
|
|
|
3ef2ca |
--- 743,746 ----
|
|
|
3ef2ca |
{ /* Add new patch number below this line */
|
|
|
3ef2ca |
+ /**/
|
|
|
3ef2ca |
+ 430,
|
|
|
3ef2ca |
/**/
|
|
|
3ef2ca |
|
|
|
3ef2ca |
--
|
|
|
3ef2ca |
You can't have everything. Where would you put it?
|
|
|
3ef2ca |
-- Steven Wright
|
|
|
3ef2ca |
|
|
|
3ef2ca |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
|
3ef2ca |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
|
3ef2ca |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
|
3ef2ca |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|