commit | f50df3925b7c909d1cda4c868d8c7ba38189aabe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 21 21:33:34 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 21 21:33:34 2016 +0200 |
tree | 93addceb8204c8b43c6377dd8f42f3bd51b73fcd | |
parent | 38df43bd13a2498cc96b3ddd9a20dd75126bd171 [diff] [blame] |
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 56bf9cb..211ccc2 100644 --- a/src/testdir/test_quickfix.vim +++ b/src/testdir/test_quickfix.vim
@@ -1006,6 +1006,7 @@ " buffer exe 'edit' testfile exe 'Xbuffer' bufnr('%') + call XLongLinesTests(a:cchar) endfunction function Test_long_lines()