From bc702baa29718f17cfb3d2bfc1287aa3ac3728af Mon Sep 17 00:00:00 2001 From: Reed Esau Date: Sat, 8 Feb 2014 11:52:16 -0700 Subject: [PATCH] Updated See Also, where vim-textobj-quote replaces vim-quotable --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 9f32e75..882f3a9 100644 --- a/README.markdown +++ b/README.markdown @@ -286,7 +286,7 @@ If you find the _pencil_ plugin useful, check out these others by [@reedes][re]: * [vim-colors-pencil][cp] - color scheme for Vim inspired by IA Writer * [vim-lexical][lx] - building on Vim’s spell-check and thesaurus/dictionary completion * [vim-litecorrect][lc] - lightweight auto-correction for Vim -* [vim-quotable][qu] - extends Vim to support typographic (‘curly’) quotes +* [vim-textobj-quote][qu] - extends Vim to support typographic (‘curly’) quotes * [vim-textobj-sentence][ts] - improving on Vim's native sentence motion command * [vim-thematic][th] - modify Vim’s appearance to suit your task and environment * [vim-wheel][wh] - screen-anchored cursor movement for Vim @@ -301,7 +301,7 @@ If you find the _pencil_ plugin useful, check out these others by [@reedes][re]: [cp]: http://github.com/reedes/vim-colors-pencil [lx]: http://github.com/reedes/vim-lexical [lc]: http://github.com/reedes/vim-litecorrect -[qu]: http://github.com/reedes/vim-quotable +[qu]: http://github.com/reedes/vim-textobj-quote [ts]: http://github.com/reedes/vim-textobj-sentence [th]: http://github.com/reedes/vim-thematic [wh]: http://github.com/reedes/vim-wheel