updated pencil tagline; fo->of

This commit is contained in:
Reed Esau
2014-01-08 00:42:23 -07:00
parent bf6fb80659
commit 968f4a08ee
2 changed files with 2 additions and 1 deletions

View File

@@ -91,7 +91,7 @@ If you like this plugin, you may like these other ones from 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) - Extending Vim to better support writing prose and documentation
* [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
## Future development

View File

@@ -24,6 +24,7 @@ let g:litecorrect#defaults =
\ 'this' : ['htis'],
\ 'then' : ['tehn'],
\ 'what' : ['waht'],
\ 'of' : ['fo'],
\}
function! litecorrect#init(...)