mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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:
parent
63d4ac7b25
commit
d091faf284
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user