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

Revert previous commit and fix again. #24

Closed cubarco closed 9 years ago

cubarco commented 9 years ago

My previous commit #23 causes lags. This one may be a better solution.

gabrielelana commented 9 years ago

I thought that setlocal spelllang+=cjk would not fix the issue because I read that the spell checking for japanese, chinese, and the like is awful

If you sai that this is a fix for you then there is no need to put that configuration in vim-markdown plugin, just put it in your ~/.vimrc as set spelllang=en,cjk and you should be good also for other type of files that have spell checking enabled

What do you think?

cubarco commented 9 years ago

Yeah, it is rather a workaround than a solution. I'll close this pull request. Sorry for disturbing.

gabrielelana commented 9 years ago

@cubarco nothing to be sorry about, thanks to you I learned something new :+1:

cubarco commented 9 years ago

It's my pleasure!

On Sat Jan 03 2015 at 11:23:19 PM Gabriele Lana notifications@github.com wrote:

@cubarco https://github.com/cubarco nothing to be sorry about, thanks to you I learned something new [image: :+1:]

— Reply to this email directly or view it on GitHub https://github.com/gabrielelana/vim-markdown/pull/24#issuecomment-68598110 .