From f50df3925b7c909d1cda4c868d8c7ba38189aabe Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 21 Jun 2016 21:33:34 +0200 Subject: [PATCH] patch 7.4.1950 Problem: Quickfix long lines test not executed for buffer. Solution: Call the function to test long lines. (Yegappan Lakshmanan) --- src/testdir/test_quickfix.vim | 1 + src/version.c | 2 ++ 2 files changed, 3 insertions(+) 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, /**/ -- 2.50.1