Closed pjrt closed 10 years ago
Well I restarted mvim (only 2 buffers now) and it happened again. It seems to happen when I open up quickfix.
Well I restarted mvim (only 2 buffers now) and it happened again. It seems to happen when I open up quickfix.
Which version of vim does mvim correspond to? 7.2?
Does :echo getbufvar(1, '&ft', '') yield an error?
Kind of late but yeah, vim 7.3
Not sure what is causing it, but the above error seems to be happening frequently whenever QuickfixSigns tries to do anything (save file, change buffer, etc). The function failing is getbufvar, which makes me think that the fact that I have a lot of buffers open might have something to do with it.