gabrielelana / vim-markdown

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

Disable spell check for non-ascii languages #23

Closed cubarco closed 9 years ago

cubarco commented 9 years ago

a patch for resolving #22

gabrielelana commented 9 years ago

Thanks

cubarco commented 9 years ago

Hi @gabrielelana, I found that using regex in this case is not a good practice. Since it causes lag when I'm editing a markdown file contains a lot of cjk words. I've just read the help page of 'spell' in vim, and found a better solution. I'll make a new pull request. Sorry for disturbing.