fix Wordy command for updated dictionary names

This commit is contained in:
Reed Esau
2014-01-25 06:04:58 -07:00
parent 00d8f9d1e0
commit 3056b21618

View File

@@ -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',
\ ]}) \ ]})