mirror of
https://github.com/neovim/neovim.git
synced 2026-02-06 03:47:20 +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()
|
||||
|
||||
Reference in New Issue
Block a user