XVimProject / XVim2

Vim key-bindings for Xcode 9
MIT License
2.3k stars 181 forks source link

Paragraph motion not working in large files #382

Open sashaweiss opened 3 years ago

sashaweiss commented 3 years ago

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.

sashaweiss commented 3 years ago

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?