@@ -24,17 +24,17 @@ syn keyword vimperatorCommand ab[breviate] ab[clear] addo[ns] bN[ext] b[uffer] b
24
24
\ bmarks bn [ext] bp [revious] br [ewind] bufd[o ] buffers bun [load] bw [ipeout] ca [bbrev] cabc [lear ] cd chd [ir] cm [ap] cmapc[lear]
25
25
\ cno[remap] colo[rscheme] com[mand] comc[lear] cu[nmap] cuna[bbrev] delbm[arks] delc[ommand] delm[arks] delmac[ros]
26
26
\ delqm[arks] dels[tyle] dia[log] dl do[autocmd] doautoa[ll] downl[oads] ec[ho] echoe[rr] echom[sg] em[enu] exe[cute]
27
- \ exta[dd] extd[isable] extde[lete] exte[nable] extens[ions] exto[ptions] extp[references] exu[sage] files fini[sh] fo[rward]
27
+ \ exta[dd] extd[isable] extde[lete] exte[nable] extens[ions] exto[ptions] extp[references] files fini[sh] fo[rward]
28
28
\ frameo[nly] fw h[elp] helpa[ll] ha[rdcopy] hi[ghlight] hist[ory] hs ia[bbrev] iabc[lear] im[ap] imapc[lear] ino[remap]
29
29
\ iu[nmap] iuna[bbrev] javas[cript] js ju[mps] keepa[lt] let loadplugins lpl ls ma[rk] macros map mapc[lear] marks mes[sages]
30
- \ messc[lear] mkv[imperatorrc] nm[ap] nmapc[lear] nno[remap] no[remap] noh[lsearch] norm[al] nu[nmap] o[pen] optionu[sage]
30
+ \ messc[lear] mkv[imperatorrc] nm[ap] nmapc[lear] nno[remap] no[remap] noh[lsearch] norm[al] nu[nmap] o[pen]
31
31
\ pa[geinfo] pagest[yle] pas pl[ay] pref[erences] prefs pw[d] q[uit] qa[ll] qma[rk] qmarks quita[ll] re[draw] re[load]
32
32
\ reloada[ll] res[tart] run runt[ime] sa[nitize] sav[eas] sb[ar] sb[open] sbcl[ose] scrip[tnames] se[t] setg[lobal] setl[ocal]
33
33
\ sideb[ar] sil[ent] so[urce] st[op] stopa[ll] sty[le] styd[isable] styled[isable] stye[nable] stylee[nable] styt[oggle]
34
34
\ stylet[oggle] tN[ext] t[open] tab taba[ttach] tabN[ext] tabc[lose] tabd[o] tabde[tach] tabdu[plicate] tabfir[st] tabl[ast]
35
35
\ tabm[ove] tabn[ext] tabnew tabo[nly] tabopen tabp[revious] tabr[ewind] tabs time tn[ext]
36
- \ tp[revious] u[ndo] una[bbreviate] undoa[ll] unl[et] unm[ap] verb[ose] ve[rsion]
37
- \ vie[wsource] viu[sage] vm[ap] vmap[clear] vno[remap] vu[nmap] w[rite] wc[lose] win[open] winc[lose] wind[ow] winon[ly]
36
+ \ tp[revious] u[ndo] una[bbreviate] undoa[ll] unl[et] unm[ap] us[age] verb[ose] ve[rsion]
37
+ \ vie[wsource] vm[ap] vmap[clear] vno[remap] vu[nmap] w[rite] wc[lose] win[open] winc[lose] wind[ow] winon[ly]
38
38
\ wo[pen] wq wqa[ll] xa[ll] zo[om]
39
39
\ contained
40
40
@@ -51,11 +51,11 @@ syn match vimperatorAutoEventList "\(\a\+,\)*\a\+" contained contains=vimperator
51
51
syn region vimperatorSet matchgroup =vimperatorCommand start =" \% (^\s *:\=\)\@ <=\<\% (setl\% [ocal]\| setg\% [lobal]\| set\=\)\=\> "
52
52
\ end = " $" keepend oneline contains= vimperatorOption,vimperatorString
53
53
54
- syn keyword vimperatorOption ac act activate autocomplete cd cdpath complete cpt defsearch ds editor eht ei enc encoding eventignore
55
- \ extendedhinttags fenc fileencoding fh followhints go guioptions helpfile hf hi hin hintinputs hintmatching hinttags
54
+ syn keyword vimperatorOption ac act activate animations autocomplete cd cdpath complete cpt defsearch ds editor eht ei enc encoding
55
+ \ eventignore extendedhinttags fenc fileencoding fh followhints go guioptions helpfile hf hi hin hintinputs hintmatching hinttags
56
56
\ hinttimeout history hm ht hto maxitems messages msgs newtab nextpattern pa pageinfo popups pps previouspattern
57
- \ rtp runtimepath si sanitizeitems sts sanitizetimespan scr scroll sh shcf shell shellcmdflag showstatuslinks
58
- \ stal status suggestengines titlestring urlseparator vbs verbose wildmode wim
57
+ \ rtp runtimepath si sanitizeitems sts sanitizetimespan scr scroll scrollbars sh shcf shell shellcmdflag showstatuslinks
58
+ \ stal status suggestengines titlestring toolbars urlseparator vbs verbose wildmode wim
59
59
\ wordseparators wsp
60
60
\ contained nextgroup= vimperatorSetMod
61
61
@@ -66,7 +66,7 @@ syn match vimperatorOption "\<\%(no\|inv\)\=\%(incsearch\|is\|insertmode\|im\|hl
66
66
\ contained nextgroup= vimperatorSetMod
67
67
syn match vimperatorOption " \<\% (no\| inv\)\=\% (loadplugins\| lpl\| more\| online\| private\| showmode\| smd\| smartcase\| scs\)\> !\= "
68
68
\ contained nextgroup= vimperatorSetMod
69
- syn match vimperatorOption " \<\% (no\| inv\)\=\% (online\| visualbell\| vb\| usermode\| um\)\> !\= "
69
+ syn match vimperatorOption " \<\% (no\| inv\)\=\% (online\| scrollbars \| visualbell\| vb\| usermode\| um\)\> !\= "
70
70
\ contained nextgroup= vimperatorSetMod
71
71
72
72
syn match vimperatorSetMod " \% (\< [a-z_]\+\)\@ <=&" contained
0 commit comments