vim-patch:7.4.1950

Problem:    Quickfix long lines test not executed for buffer.
Solution:   Call the function to test long lines. (Yegappan Lakshmanan)

f50df3925b
This commit is contained in:
James McCoy 2016-12-12 15:05:43 -05:00
parent 63d4ac7b25
commit d091faf284
No known key found for this signature in database
GPG Key ID: DFE691AE331BA3DB
2 changed files with 2 additions and 1 deletions

View File

@ -988,6 +988,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

@ -490,7 +490,7 @@ static int included_patches[] = {
// 1953,
1952,
// 1951 NA
// 1950,
1950,
1949,
// 1948,
// 1947 NA