From 968f4a08eec84fddcfd8e3951025d16aa388db3b Mon Sep 17 00:00:00 2001 From: Reed Esau Date: Wed, 8 Jan 2014 00:42:23 -0700 Subject: [PATCH] updated pencil tagline; fo->of --- README.markdown | 2 +- plugin/litecorrect.vim | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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(...)