diff --git a/README.markdown b/README.markdown index bee15b8..6d4a704 100644 --- a/README.markdown +++ b/README.markdown @@ -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 Vim’s spell-check and thesaurus/dictionary completion * [vim-thematic](http://github.com/reedes/vim-thematic) — Conveniently manage Vim’s 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 diff --git a/plugin/litecorrect.vim b/plugin/litecorrect.vim index f6b865a..ecc921f 100644 --- a/plugin/litecorrect.vim +++ b/plugin/litecorrect.vim @@ -24,6 +24,7 @@ let g:litecorrect#defaults = \ 'this' : ['htis'], \ 'then' : ['tehn'], \ 'what' : ['waht'], + \ 'of' : ['fo'], \} function! litecorrect#init(...)