XVimProject/XVim2

Paragraph motion not working in large files

Opened this issue · 1 comments

Hi! Thanks for all your work on XVim, even with Xcode 13 coming out.

I noticed that paragraph motion (e.g., { and }) don't work in large files, like 1k+ lines. In those { goes one line up, and } does nothing.

Any ideas? Happy to try a fix myself if you can point me to the right code.

Hmm, it only seems to be specific files? Other large files work fine? Trying to understand what about certain files makes them break this...is there a way I could debug this myself locally?