changeset 9336:52bda0e40ea2 v7.4.1950

commit https://github.com/vim/vim/commit/f50df3925b7c909d1cda4c868d8c7ba38189aabe Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 21 21:33:34 2016 +0200 patch 7.4.1950 Problem: Quickfix long lines test not executed for buffer. Solution: Call the function to test long lines. (Yegappan Lakshmanan)
author Christian Brabandt <cb@256bit.org>
date Tue, 21 Jun 2016 21:45:06 +0200
parents 24c0ff5c1778
children 96aa780cc79c
files src/testdir/test_quickfix.vim src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_quickfix.vim
+++ b/src/testdir/test_quickfix.vim
@@ -1006,6 +1006,7 @@ function s:long_lines_tests(cchar)
   " buffer
   exe 'edit' testfile
   exe 'Xbuffer' bufnr('%')
+  call XLongLinesTests(a:cchar)
 endfunction
 
 function Test_long_lines()
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1950,
+/**/
     1949,
 /**/
     1948,