updated project list; found missing paren in Wordy cmd

This commit is contained in:
Reed Esau
2014-01-19 01:24:38 -07:00
parent 8c106e2feb
commit 429bf99039
2 changed files with 7 additions and 7 deletions

View File

@@ -196,12 +196,12 @@ you could be more specific.
If you find this plugin useful, you may want to check out these others by If you find this plugin useful, you may want to check out these others by
the same author: the same author:
* [vim-colors-pencil][cp] — Color scheme for Vim inspired by IA Writer * [vim-colors-pencil][cp] — color scheme for Vim inspired by IA Writer
* [vim-lexical][lx] - Building on Vims spell-check and thesaurus/dictionary completion * [vim-lexical][lx] - building on Vims spell-check and thesaurus/dictionary completion
* [vim-litecorrect][lc] - Lightweight auto-correction for Vim * [vim-litecorrect][lc] - lightweight auto-correction for Vim
* [vim-pencil][pn] - Rethinking Vim as a tool for writers * [vim-pencil][pn] - rethinking Vim as a tool for writers
* [vim-quotable][qu] - Extends Vim to support typographic (curly) quotes * [vim-quotable][qu] - extends Vim to support typographic (curly) quotes
* [vim-thematic][th] — appearance to suit your task and environment * [vim-thematic][th] — modify Vims appearance to suit your task and environment
[cp]: http://github.com/reedes/vim-colors-pencil [cp]: http://github.com/reedes/vim-colors-pencil
[lx]: http://github.com/reedes/vim-lexical [lx]: http://github.com/reedes/vim-lexical

View File

@@ -40,7 +40,7 @@ command -nargs=0 Wordy call wordy#init({ 'd': [ 'being',
\ 'puffery', \ 'puffery',
\ 'redundant', \ 'redundant',
\ 'weak-and-lazy', \ 'weak-and-lazy',
\ ] \ ])
let &cpo = s:save_cpo let &cpo = s:save_cpo
unlet s:save_cpo unlet s:save_cpo