Commit Graph

11 Commits

Author SHA1 Message Date
Suraj N. Kurapati
210dd1077d GH-15: flag words as rare instead of bad in NeoVim
This change marks all words in all dictionaries as rare words so that
NeoVim highlights them as SpellRare instead of SpellBad.  This lets you
distinguish between wordy writing and normal misspellings, respectively.

In order for this to work, your NeoVim needs to be patched as follows:

  https://github.com/neovim/neovim/pull/2456

  https://groups.google.com/forum/#!topic/vim_dev/rPWOoR3ZgSA

See `:help spell-wordlist-format` for details about dictionary markings.
2015-04-26 17:43:29 -07:00
Reed Esau
d13caf6137 Truncating message line to avoid enter key 2014-08-21 02:44:21 -06:00
Reed Esau
8db14fd53e Added completion list; deprecated many xWordy commands 2014-08-07 03:22:03 -06:00
Reed Esau
6437ef8220 Add an 'off' position to the ring of wordy dictionaries #4 2014-06-24 02:39:07 -06:00
Reed Esau
1b6c5ceb68 bugfix for PrevWordy command 2014-03-14 23:58:47 -06:00
Reed Esau
29bded611e simplified ring; multiple types 2014-03-12 01:46:21 -06:00
Reed Esau
fa9a2faf9c First cut of experimental ring of dictionaries 2014-03-10 22:17:23 -06:00
Reed Esau
1e4016f5ff ongoing 2014-01-16 23:27:54 -07:00
Reed Esau
29fa9b337c ongoing 2014-01-16 22:54:28 -07:00
Reed Esau
888f40ef64 ongoing 2014-01-16 03:59:44 -07:00
Reed Esau
32858a7825 ongoing 2014-01-16 03:49:44 -07:00