From: Bram Moolenaar Date: Tue, 21 Jun 2016 19:33:34 +0000 (+0200) Subject: patch 7.4.1950 X-Git-Tag: v7.4.1950 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f50df3925b7c909d1cda4c868d8c7ba38189aabe;p=vim patch 7.4.1950 Problem: Quickfix long lines test not executed for buffer. Solution: Call the function to test long lines. (Yegappan Lakshmanan) --- diff --git a/src/testdir/test_quickfix.vim b/src/testdir/test_quickfix.vim index 56bf9cb28..211ccc2b5 100644 --- 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() diff --git a/src/version.c b/src/version.c index a99c93f1e..c74b15512 100644 --- a/src/version.c +++ b/src/version.c @@ -753,6 +753,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1950, /**/ 1949, /**/