gabrielelana / vim-markdown

Markdown for Vim: a complete environment to create Markdown files with a syntax highlight that doesn't suck!
MIT License
741 stars 58 forks source link

Wide tables cause bad performance #89

Open GraysonGao opened 4 years ago

GraysonGao commented 4 years ago

Vim version: Windows GVim 8.1. When there's a wide table in markdown file, performance slows down badly. for example:

head1 head2 head3
text1 text2 test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test
text1 text2 test test test test test test test test test test test test test test test test test test test test test test
text1 text2 test test test test test test test test test test test test test test test test test test test test test test

When I press h,j,k,l quickly or hold these keys, the cursor will disappear. When typing quickly, editor slows down.

antenore commented 4 years ago

I have the same issue, if I can provide some help in debugging let me know.

antenore commented 4 years ago

Ah, this is duplicate of #34