mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 22:48:34 +00:00
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:
@@ -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()
|
||||
|
@@ -490,7 +490,7 @@ static int included_patches[] = {
|
||||
// 1953,
|
||||
1952,
|
||||
// 1951 NA
|
||||
// 1950,
|
||||
1950,
|
||||
1949,
|
||||
// 1948,
|
||||
// 1947 NA
|
||||
|
Reference in New Issue
Block a user