0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 7.4.1950

Problem:    Quickfix long lines test not executed for buffer.
Solution:   Call the function to test long lines. (Yegappan Lakshmanan)
This commit is contained in:
Bram Moolenaar 2016-06-21 21:33:34 +02:00
parent 38df43bd13
commit f50df3925b
2 changed files with 3 additions and 0 deletions

View File

@ -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()

View File

@ -753,6 +753,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1950,
/**/
1949,
/**/