routine polishing

This commit is contained in:
Reed Esau
2014-01-18 17:17:42 -07:00
parent 968f4a08ee
commit 1a7796d6b9

View File

@@ -11,7 +11,7 @@ Features of this plugin:
* Focused on the most common of typos that we make
* Uses Vims `iabbrev`
* Buffer-scoped behavior
* User-extendable
* User-extensible
Note that this plugin is not a replacement for teh spell checker in Vim.
@@ -86,13 +86,24 @@ For a more comprehensive approach, check out
## See also
If you like this plugin, you may like these other ones from the same author:
If you find this plugin useful, you may want to check out these others by
the same author:
* [vim-quotable](http://github.com/reedes/vim-quotable) - extends Vim to support typographic (curly) quotes
* [vim-lexical](http://github.com/reedes/vim-lexical) - Building on Vims spell-check and thesaurus/dictionary completion
* [vim-thematic](http://github.com/reedes/vim-thematic) — Conveniently manage Vims appearance to suit your task and environment
* [vim-pencil](http://github.com/reedes/vim-pencil) - Rethinking Vim as a tool for writers
* [vim-colors-pencil](http://github.com/reedes/vim-colors-pencil) — A color scheme for Vim inspired by IA Writer
* [vim-colors-pencil][cp] — Color scheme for Vim inspired by IA Writer
* [vim-lexical][lx] - Building on Vims spell-check and thesaurus/dictionary completion
* [vim-litecorrect][lc] - Lightweight auto-correction for Vim
* [vim-pencil][pn] - Rethinking Vim as a tool for writers
* [vim-quotable][qu] - Extends Vim to support typographic (curly) quotes
* [vim-thematic][th] — appearance to suit your task and environment
* [vim-wordy][wo] - Uncovering potential usage problems in writing
[cp]: http://github.com/reedes/vim-colors-pencil
[lx]: http://github.com/reedes/vim-lexical
[lc]: http://github.com/reedes/vim-litecorrect
[pn]: http://github.com/reedes/vim-pencil
[qu]: http://github.com/reedes/vim-quotable
[th]: http://github.com/reedes/vim-thematic
[wo]: http://github.com/reedes/vim-wordy
## Future development