mirror of
https://github.com/preservim/vim-wordy.git
synced 2025-11-15 05:13:47 -05:00
updated project list; found missing paren in Wordy cmd
This commit is contained in:
@@ -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 Vim’s spell-check and thesaurus/dictionary completion
|
* [vim-lexical][lx] - building on Vim’s 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 Vim’s 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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user