preservim / vim-indent-guides

A Vim plugin for visually displaying indent levels in code
MIT License
2.62k stars 162 forks source link

Moving around in buffer very slow in Vim 7.4.389 #75

Closed Valloric closed 9 years ago

Valloric commented 10 years ago

Just updated to Vim 7.4.389 and experienced massive lag when moving around in the file. Tracked it down to this plugin. I'm not entirely sure what was the previous version of Vim I had, but it was at least 7.4.316.

Valloric commented 10 years ago

Oh, this is on Ubuntu Linux 12.04. Same experience both in console vim and gvim.

totte commented 10 years ago

I have the same issue in Vim (no GUI) 7.4.364. I do not recall what the last version it ran smoothly in was.

chrisbra commented 10 years ago

That seems to be caused by patch 7.4.362 and should have been fixed by patch 7.4.405

nathanaelkane commented 10 years ago

Thanks @chrisbra.

@Valloric or @totte, is one of you able to confirm that the 7.4.405 patch resolves your issue?

totte commented 10 years ago

@chrisbra Thank you! @nathanaelkane, I messed up a bit and built a later version. It is at least resolved in 7.4.417 - but I'm unable to test 7.4.405 currently, sorry.

jeffkile commented 10 years ago

I had the same problem, I just upgraded VIM to version 7.4.430 and that fixed the problem

nathanaelkane commented 9 years ago

Closing - problem is resolved by upgrading Vim.