From 3e5ce46b61bbbca44966cb43eeb392bce211dc39 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sun, 22 Jul 2007 15:15:27 +0000 Subject: [PATCH] add map, mapclear, noremap and unmap commands to the vimperatorCommand highlight group --- vimperator.vim | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/vimperator.vim b/vimperator.vim index 941d5f8b..08dd3ae7 100644 --- a/vimperator.vim +++ b/vimperator.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: VIMperator configuration file " Maintainer: Doug Kearns -" Latest Revision: 2007 May 21 +" Latest Revision: 2007 July 22 if exists("b:current_syntax") finish @@ -18,10 +18,11 @@ syn match vimperatorComment +".*$+ contains=vimperatorTodo,@Spell syn keyword vimperatorCommand addo[ns] ba[ck] bd[elete] bw[ipeout] bun[load] tabc[lose] beep bma[dd] bmd[el] bookm[arks] bm \ b[uffer] buffers files ls delm[arks] downl[oads] dl ec[ho] echoe[rr] exe[cute] exu[sage] fo[rward] fw ha[rdcopy] h[elp] - \ hist[ory] hs javas[cript] js ma[rk] marks o[pen] e[dit] pc[lose] pref[erences] prefs q[uit] quita[ll] qa[ll] re[load] - \ reloada[ll] res[tart] sav[eas] se[t] so[urce] st[op] tab tabl[ast] tabm[ove] tabn[ext] tn[ext] tabo[nly] tabopen t[open] - \ tabnew tabe[dit] tabp[revious] tp[revious] tabN[ext] tN[ext] tabr[ewind] tabfir[st] u[ndo] qmarka[dd] qma[dd] qmarkd[el] - \ qmd[el] qmarks qms ve[rsion] viu[sage] win[open] w[open] wine[dit] wqa[ll] wq xa[ll] zo[om] noh[ilight] + \ hist[ory] hs javas[cript] js map mapc[lear] ma[rk] marks no[remap] o[pen] e[dit] pc[lose] pref[erences] prefs q[uit] + \ quita[ll] qa[ll] re[load] reloada[ll] res[tart] sav[eas] se[t] so[urce] st[op] tab tabl[ast] tabm[ove] tabn[ext] tn[ext] + \ tabo[nly] tabopen t[open] tabnew tabe[dit] tabp[revious] tp[revious] tabN[ext] tN[ext] tabr[ewind] tabfir[st] u[ndo] + \ qmarka[dd] qma[dd] qmarkd[el] qmd[el] qmarks qms unm[ap] ve[rsion] viu[sage] win[open] w[open] wine[dit] wqa[ll] wq + \ xa[ll] zo[om] noh[ilight] \ contained " FIXME