Blame SOURCES/7.4.591

22c937
To: vim_dev@googlegroups.com
22c937
Subject: Patch 7.4.591
22c937
Fcc: outbox
22c937
From: Bram Moolenaar <Bram@moolenaar.net>
22c937
Mime-Version: 1.0
22c937
Content-Type: text/plain; charset=UTF-8
22c937
Content-Transfer-Encoding: 8bit
22c937
------------
22c937
22c937
Patch 7.4.591 (after 7.4.587)
22c937
Problem:    test_listlbr_utf8 fails when the conceal feature is not available.
22c937
Solution:   Check for the conceal feature. (Kazunobu Kuriyama)
22c937
Files:	    src/testdir/test_listlbr_utf8.in
22c937
22c937
22c937
*** ../vim-7.4.590/src/testdir/test_listlbr_utf8.in	2015-01-20 19:01:32.380444290 +0100
22c937
--- src/testdir/test_listlbr_utf8.in	2015-01-22 22:37:43.523361845 +0100
22c937
***************
22c937
*** 2,8 ****
22c937
  
22c937
  STARTTEST
22c937
  :so small.vim
22c937
! :if !exists("+linebreak") | e! test.ok | w! test.out | qa! | endif
22c937
  :so mbyte.vim
22c937
  :if &enc !=? 'utf-8'|:e! test.ok|:w! test.out|qa!|endif
22c937
  :10new|:vsp|:vert resize 20
22c937
--- 2,8 ----
22c937
  
22c937
  STARTTEST
22c937
  :so small.vim
22c937
! :if !exists("+linebreak") || !has("conceal") | e! test.ok | w! test.out | qa! | endif
22c937
  :so mbyte.vim
22c937
  :if &enc !=? 'utf-8'|:e! test.ok|:w! test.out|qa!|endif
22c937
  :10new|:vsp|:vert resize 20
22c937
*** ../vim-7.4.590/src/version.c	2015-01-22 22:40:16.345651420 +0100
22c937
--- src/version.c	2015-01-22 22:41:26.464867079 +0100
22c937
***************
22c937
*** 743,744 ****
22c937
--- 743,746 ----
22c937
  {   /* Add new patch number below this line */
22c937
+ /**/
22c937
+     591,
22c937
  /**/
22c937
22c937
-- 
22c937
hundred-and-one symptoms of being an internet addict:
22c937
107. When using your phone you forget that you don't have to use your
22c937
     keyboard.
22c937
22c937
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
22c937
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
22c937
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
22c937
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///