bugfix: Invalid 'col': out of range in function 'nvim_buf_set_extmark'#64
bugfix: Invalid 'col': out of range in function 'nvim_buf_set_extmark'#64vodchella wants to merge 3 commits intostevearc:masterfrom
bugfix: Invalid 'col': out of range in function 'nvim_buf_set_extmark'#64Conversation
stevearc
left a comment
There was a problem hiding this comment.
Hmmmmm...I agree this will fix the immediate error, but this means that if the col is out of range we won't populate the idmap, which means that if we attempt to make some changes on that line we won't have the mapping to transform it back to the correct quickfix item.
Have you been able to discover why the col is out of range? Are we rendering a line incorrectly somehow? Is the line only partially rendered and we need to try again later like we do on line 541?
|
Right the text doesn't extend to that specific |

When I redirected the output of the Checkstyle utility to the quick-fix window, an error occurred:
Fixed :)