From 471421ca33fd1f6555976c526289537919b0db90 Mon Sep 17 00:00:00 2001 From: Reed Esau Date: Tue, 28 Jan 2014 02:27:25 -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 ce6759b..87de1a6 100644 --- a/README.markdown +++ b/README.markdown @@ -343,6 +343,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-wordy][wo] - uncovering usage problems in writing [re]: http://github.com/reedes @@ -350,6 +351,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 [wo]: http://github.com/reedes/vim-wordy