mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 00:46:30 +00:00

All syntastic users experienced this problem: E685: Internal error: get_tv_string_buf() It's reproducable with: :call setloclist(0, ['']) So, not given optional arguments to setloclist() lead to some fields not inizilied and the code took the wrong branches.