From bd9bc40714ccc1f423f9ff38c6b71242eb225b21 Mon Sep 17 00:00:00 2001 From: Reed Esau Date: Tue, 28 Jan 2014 02:29:20 -0700 Subject: [PATCH] added reference to new vim-textobj-sentence --- README.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.markdown b/README.markdown index 447dba3..159ef3a 100644 --- a/README.markdown +++ b/README.markdown @@ -211,6 +211,7 @@ If you find this plugin useful, you may want to check out these others by * [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-textobj-sentence][ts] - improving on Vim's native sentence motion command * [vim-thematic][th] - modify Vim’s appearance to suit your task and environment [re]: https://github.com/reedes @@ -218,6 +219,7 @@ If you find this plugin useful, you may want to check out these others by [lx]: http://github.com/reedes/vim-lexical [lc]: http://github.com/reedes/vim-litecorrect [pn]: http://github.com/reedes/vim-pencil +[ts]: http://github.com/reedes/vim-textobj-sentence [qu]: http://github.com/reedes/vim-quotable [th]: http://github.com/reedes/vim-thematic