diff options
Diffstat (limited to 'syntax/vifm.vim')
-rw-r--r-- | syntax/vifm.vim | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/syntax/vifm.vim b/syntax/vifm.vim index c5eb9bf1..ffe684b3 100644 --- a/syntax/vifm.vim +++ b/syntax/vifm.vim @@ -2,7 +2,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vifm') == -1 " vifm syntax file " Maintainer: xaizek <xaizek@posteo.net> -" Last Change: May 26, 2020 +" Last Change: June 22, 2020 " Inspired By: Vim syntax file by Dr. Charles E. Campbell, Jr. if exists('b:current_syntax') @@ -17,27 +17,27 @@ set cpo-=C " General commands syntax keyword vifmCommand contained \ alink apropos bmark bmarks bmgo cds change chmod chown clone compare - \ cope[n] co[py] cq[uit] d[elete] delbmarks delm[arks] di[splay] dirs e[dit] - \ el[se] empty en[dif] exi[t] file fin[d] fini[sh] go[to] gr[ep] h[elp] - \ hideui histnext his[tory] histprev jobs locate ls lstrash marks media - \ mes[sages] mkdir m[ove] noh[lsearch] on[ly] popd pushd pu[t] pw[d] qa[ll] - \ q[uit] redr[aw] reg[isters] regular rename restart restore rlink screen - \ sh[ell] siblnext siblprev sor[t] sp[lit] s[ubstitute] tabc[lose] tabm[ove] - \ tabname tabnew tabn[ext] tabo[nly] tabp[revious] touch tr trashes tree - \ sync undol[ist] ve[rsion] vie[w] vifm vs[plit] winc[md] w[rite] wq wqa[ll] - \ xa[ll] x[it] y[ank] + \ cope[n] co[py] cq[uit] d[elete] delbmarks delm[arks] delsession di[splay] + \ dirs e[dit] el[se] empty en[dif] exi[t] file fin[d] fini[sh] go[to] gr[ep] + \ h[elp] hideui histnext his[tory] histprev jobs locate ls lstrash marks + \ media mes[sages] mkdir m[ove] noh[lsearch] on[ly] popd pushd pu[t] pw[d] + \ qa[ll] q[uit] redr[aw] reg[isters] regular rename restart restore rlink + \ screen sh[ell] siblnext siblprev sor[t] sp[lit] s[ubstitute] tabc[lose] + \ tabm[ove] tabname tabnew tabn[ext] tabo[nly] tabp[revious] touch tr + \ trashes tree session sync undol[ist] ve[rsion] vie[w] vifm vs[plit] + \ winc[md] w[rite] wq wqa[ll] xa[ll] x[it] y[ank] \ nextgroup=vifmArgs syntax keyword vifmCommandCN contained \ alink apropos bmark bmarks bmgo cds change chmod chown clone compare - \ cope[n] co[py] cq[uit] d[elete] delbmarks delm[arks] di[splay] dirs e[dit] - \ el[se] empty en[dif] exi[t] file fin[d] fini[sh] go[to] gr[ep] h[elp] - \ hideui histnext his[tory] histprev jobs locate ls lstrash marks media - \ mes[sages] mkdir m[ove] noh[lsearch] on[ly] popd pushd pu[t] pw[d] qa[ll] - \ q[uit] redr[aw] reg[isters] regular rename restart restore rlink screen - \ sh[ell] siblnext siblprev sor[t] sp[lit] s[ubstitute] tabc[lose] tabm[ove] - \ tabname tabnew tabn[ext] tabp[revious] touch tr trashes tree sync - \ undol[ist] ve[rsion] vie[w] vifm vs[plit] winc[md] w[rite] wq wqa[ll] - \ xa[ll] x[it] y[ank] + \ cope[n] co[py] cq[uit] d[elete] delbmarks delm[arks] delsession di[splay] + \ dirs e[dit] el[se] empty en[dif] exi[t] file fin[d] fini[sh] go[to] gr[ep] + \ h[elp] hideui histnext his[tory] histprev jobs locate ls lstrash marks + \ media mes[sages] mkdir m[ove] noh[lsearch] on[ly] popd pushd pu[t] pw[d] + \ qa[ll] q[uit] redr[aw] reg[isters] regular rename restart restore rlink + \ screen sh[ell] siblnext siblprev sor[t] sp[lit] s[ubstitute] tabc[lose] + \ tabm[ove] tabname tabnew tabn[ext] tabo[nly] tabp[revious] touch tr + \ trashes tree session sync undol[ist] ve[rsion] vie[w] vifm vs[plit] + \ winc[md] w[rite] wq wqa[ll] xa[ll] x[it] y[ank] \ nextgroup=vifmArgsCN " commands that might be prepended to a command without changing everything else @@ -144,12 +144,12 @@ syntax keyword vifmOption contained aproposprg autochpos caseoptions cdpath cd \ iec ignorecase ic iooptions incsearch is laststatus lines locateprg ls \ lsoptions lsview mediaprg milleroptions millerview mintimeoutlen number nu \ numberwidth nuw previewprg quickview relativenumber rnu rulerformat ruf - \ runexec scrollbind scb scrolloff so sort sortgroups sortorder sortnumbers - \ shell sh shellflagcmd shcf shortmess shm showtabline stal sizefmt slowfs - \ smartcase scs statusline stl suggestoptions syncregs syscalls tablabel - \ tabscope tabstop timefmt timeoutlen title tm trash trashdir ts tuioptions - \ to undolevels ul vicmd viewcolumns vifminfo vimhelp vixcmd wildmenu wmnu - \ wildstyle wordchars wrap wrapscan ws + \ runexec scrollbind scb scrolloff sessionoptions ssop so sort sortgroups + \ sortorder sortnumbers shell sh shellflagcmd shcf shortmess shm showtabline + \ stal sizefmt slowfs smartcase scs statusline stl suggestoptions syncregs + \ syscalls tablabel tabscope tabstop timefmt timeoutlen title tm trash + \ trashdir ts tuioptions to undolevels ul vicmd viewcolumns vifminfo vimhelp + \ vixcmd wildmenu wmnu wildstyle wordchars wrap wrapscan ws " Disabled boolean options syntax keyword vifmOption contained noautochpos nocf nochaselinks nodotfiles |