From 429bf9903975c66dcb6e3ab42750f017343927af Mon Sep 17 00:00:00 2001 From: Reed Esau Date: Sun, 19 Jan 2014 01:24:38 -0700 Subject: [PATCH] updated project list; found missing paren in Wordy cmd --- README.markdown | 12 ++++++------ plugin/wordy.vim | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.markdown b/README.markdown index c7da754..20f6f9d 100644 --- a/README.markdown +++ b/README.markdown @@ -196,12 +196,12 @@ you could be more specific. If you find this plugin useful, you may want to check out these others by the same author: -* [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-pencil][pn] - Rethinking Vim as a tool for writers -* [vim-quotable][qu] - Extends Vim to support typographic (‘curly’) quotes -* [vim-thematic][th] — appearance to suit your task and environment +* [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-pencil][pn] - rethinking Vim as a tool for writers +* [vim-quotable][qu] - extends Vim to support typographic (‘curly’) quotes +* [vim-thematic][th] — modify Vim’s appearance to suit your task and environment [cp]: http://github.com/reedes/vim-colors-pencil [lx]: http://github.com/reedes/vim-lexical diff --git a/plugin/wordy.vim b/plugin/wordy.vim index 471a5a1..c2b3eec 100644 --- a/plugin/wordy.vim +++ b/plugin/wordy.vim @@ -40,7 +40,7 @@ command -nargs=0 Wordy call wordy#init({ 'd': [ 'being', \ 'puffery', \ 'redundant', \ 'weak-and-lazy', - \ ] + \ ]) let &cpo = s:save_cpo unlet s:save_cpo