mirror of
https://github.com/neovim/neovim.git
synced 2025-12-02 15:03:01 +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.