mirror of
https://github.com/preservim/vim-wordy.git
synced 2025-11-14 04:43:47 -05:00
ongoing
This commit is contained in:
@@ -16,24 +16,31 @@ set cpo&vim
|
||||
" need directory to manage spell files
|
||||
let g:wordy_dir = fnamemodify(resolve(expand('<sfile>:p')), ':h:h')
|
||||
|
||||
command -nargs=0 NoWordy call wordy#init({})
|
||||
command -nargs=0 BeingWordy call wordy#init({ 'd': ['tobe',] })
|
||||
command -nargs=0 ColloquialWordy call wordy#init({ 'd': ['colq',] })
|
||||
command -nargs=0 CredibleWordy call wordy#init({ 'd': ['cred',] })
|
||||
command -nargs=0 EditorialWordy call wordy#init({ 'd': ['edit',] })
|
||||
command -nargs=0 IdiomaticWordy call wordy#init({ 'd': ['idim',] })
|
||||
command -nargs=0 JargonWordy call wordy#init({ 'd': ['busi',] })
|
||||
command -nargs=0 ProblemWordy call wordy#init({ 'd': ['prob',] })
|
||||
command -nargs=0 PufferyWordy call wordy#init({ 'd': ['puff',] })
|
||||
command -nargs=0 WordyWordy call wordy#init({ 'd': ['redu',] })
|
||||
command -nargs=0 SaidWordy call wordy#init({ 'd': ['said',] })
|
||||
command -nargs=0 SimileWordy call wordy#init({ 'd': ['simi',] })
|
||||
command -nargs=0 TimeWordy call wordy#init({ 'd': ['time',] })
|
||||
command -nargs=0 WeakWordy call wordy#init({ 'd': ['weak',] })
|
||||
command -nargs=0 NoWordy call wordy#init({})
|
||||
command -nargs=0 BeingWordy call wordy#init({ 'd': ['being',] })
|
||||
command -nargs=0 ColloquialWordy call wordy#init({ 'd': ['colloquial',] })
|
||||
command -nargs=0 WeaselWordy call wordy#init({ 'd': ['weasel',] })
|
||||
command -nargs=0 IdiomaticWordy call wordy#init({ 'd': ['idiomatic',] })
|
||||
command -nargs=0 JargoneseWordy call wordy#init({ 'd': ['jargonese',] })
|
||||
command -nargs=0 LazyWordy call wordy#init({ 'd': ['weak-and-lazy',] })
|
||||
command -nargs=0 LikeWordy call wordy#init({ 'd': ['similies',] })
|
||||
command -nargs=0 OpinionatedWordy call wordy#init({ 'd': ['opinionated',] })
|
||||
command -nargs=0 ProblemWordy call wordy#init({ 'd': ['problematic',] })
|
||||
command -nargs=0 PuffWordy call wordy#init({ 'd': ['puffery',] })
|
||||
command -nargs=0 SaidWordy call wordy#init({ 'd': ['said-synonyms',] })
|
||||
command -nargs=0 TimeWordy call wordy#init({ 'd': ['non-spec-time',] })
|
||||
command -nargs=0 WordyWordy call wordy#init({ 'd': ['redundant',] })
|
||||
|
||||
command -nargs=0 Wordy call wordy#init({ 'd': ['tobe', 'colq', 'cred', 'edit',
|
||||
\'idim', 'busi', 'prob', 'puff',
|
||||
\'redu', 'simi', 'time', 'weak', ]})
|
||||
command -nargs=0 Wordy call wordy#init({ 'd': [ 'being',
|
||||
\ 'colloquial',
|
||||
\ 'idiomatic',
|
||||
\ 'jargonese',
|
||||
\ 'manipulative',
|
||||
\ 'opinionated',
|
||||
\ 'puffery',
|
||||
\ 'redundant',
|
||||
\ 'weak-and-lazy',
|
||||
\ ]
|
||||
|
||||
let &cpo = s:save_cpo
|
||||
unlet s:save_cpo
|
||||
|
||||
Reference in New Issue
Block a user