diff src/testdir/test_quickfix.vim @ 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 674f9e3ccd1a
children 8ce61744ed94
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()