mirror of
https://github.com/preservim/vim-wordy.git
synced 2025-11-11 11:23:48 -05:00
fix Wordy command for updated dictionary names
This commit is contained in:
@@ -36,13 +36,13 @@ command -nargs=0 TriteWordy call wordy#init({ 'd': [ 'colloquial', 'idiom
|
|||||||
command -nargs=0 Wordy call wordy#init({ 'd': [ 'being',
|
command -nargs=0 Wordy call wordy#init({ 'd': [ 'being',
|
||||||
\ 'colloquial',
|
\ 'colloquial',
|
||||||
\ 'idiomatic',
|
\ 'idiomatic',
|
||||||
\ 'jargonese',
|
\ 'jargon',
|
||||||
\ 'weasel',
|
\ 'weasel',
|
||||||
\ 'opinion',
|
\ 'opinion',
|
||||||
\ 'puffery',
|
\ 'puffery',
|
||||||
\ 'redundant',
|
\ 'redundant',
|
||||||
\ 'similies',
|
\ 'similies',
|
||||||
\ 'weak-and-lazy',
|
\ 'weak',
|
||||||
\ ]})
|
\ ]})
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user