diff options
author | Doug Kearns <dougkearns@gmail.com> | 2009-07-23 00:30:24 +1000 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2009-07-23 00:30:24 +1000 |
commit | 8db6944017b4fa50f61f6fe8ff00fdc58ac0e7d5 (patch) | |
tree | 49800cdfeff88ea67ab0bbc6a2eab90f0a977253 /vimperator | |
parent | 842dd61f4c99992c86f71533c8656ebd931cf7c5 (diff) | |
download | pentadactyl-8db6944017b4fa50f61f6fe8ff00fdc58ac0e7d5.tar.gz |
Add :toolbar* commands to Vim RC file highlighters.
Diffstat (limited to 'vimperator')
-rw-r--r-- | vimperator/contrib/vim/syntax/vimperator.vim | 9 | ||||
-rw-r--r-- | vimperator/locale/en-US/gui.txt | 9 | ||||
-rw-r--r-- | vimperator/locale/en-US/index.txt | 2 |
3 files changed, 11 insertions, 9 deletions
diff --git a/vimperator/contrib/vim/syntax/vimperator.vim b/vimperator/contrib/vim/syntax/vimperator.vim index 8ee19ff4..3808edb7 100644 --- a/vimperator/contrib/vim/syntax/vimperator.vim +++ b/vimperator/contrib/vim/syntax/vimperator.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: VIMperator configuration file " Maintainer: Doug Kearns <dougkearns@gmail.com> -" Last Change: 2009 Jul 9 +" Last Change: 2009 Jul 22 " TODO: make this vimperator specific - shared liberator config? @@ -31,9 +31,10 @@ syn keyword vimperatorCommand ab[breviate] ab[clear] addo[ns] bN[ext] b[uffer] b \ pagest[yle] pas pc[lose] pl[ay] pref[erences] prefs pw[d] q[uit] qa[ll] qma[rk] qmarks quita[ll] re[draw] re[load] \ reloada[ll] res[tart] run runt[ime] sav[eas] sb[ar] sb[open] sbcl[ose] scrip[tnames] se[t] setg[lobal] setl[ocal] sideb[ar] \ sil[ent] so[urce] st[op] stopa[ll] sty[le] tN[ext] t[open] tab tabN[ext] tabc[lose] tabd[o] tabde[tach] tabdu[plicate] - \ tabe[dit] tabfir[st] tabl[ast] tabm[ove] tabn[ext] tabnew tabo[nly] tabopen tabp[revious] tabr[ewind] tabs time tn[ext] - \ tp[revious] u[ndo] una[bbreviate] undoa[ll] unl[et] unm[ap] ve[rsion] vie[wsource] viu[sage] vm[ap] vmap[clear] vno[remap] - \ vu[nmap] w[rite] wc[lose] win[open] winc[lose] wine[dit] wo[pen] wq wqa[ll] xa[ll] zo[om] + \ tabe[dit] tabfir[st] tabl[ast] tabm[ove] tabn[ext] tabnew tabo[nly] tabopen tabp[revious] tabr[ewind] tabs tbh[ide] tbs[how] + \ tbt[oggle] time tn[ext] toolbarh[ide] toolbars[how] toolbart[oggle] tp[revious] u[ndo] una[bbreviate] undoa[ll] unl[et] + \ unm[ap] ve[rsion] vie[wsource] viu[sage] vm[ap] vmap[clear] vno[remap] vu[nmap] w[rite] wc[lose] win[open] winc[lose] + \ wine[dit] wo[pen] wq wqa[ll] xa[ll] zo[om] \ contained syn match vimperatorCommand "!" contained diff --git a/vimperator/locale/en-US/gui.txt b/vimperator/locale/en-US/gui.txt index 90e0f50e..dd9258b4 100644 --- a/vimperator/locale/en-US/gui.txt +++ b/vimperator/locale/en-US/gui.txt @@ -140,23 +140,24 @@ standard Firefox View->Sidebar menu. Add-ons, Preferences and Downloads are also available in the sidebar. ________________________________________________________________________________ -|:tbshow| |:toolbarshow| + +section:Toolbars[toolbar] + +|:tbs| |:tbshow| |:toolbars| |:toolbarshow| + ||:toolbarshow {name}|| ________________________________________________________________________________ Shows the named toolbar. ________________________________________________________________________________ -|:tbhide| |:toolbarhide| + +|:tbh| |:tbhide| |:toolbarh| |:toolbarhide| + ||:toolbarhide {name}|| ________________________________________________________________________________ Hides the named toolbar. ________________________________________________________________________________ -|:tbtoggle| |:toolbartoggle| + +|:tbt| |:tbtoggle| |:toolbart| |:toolbartoggle| + ||:toolbartoggle {name}|| ________________________________________________________________________________ Toggles the named toolbar. ________________________________________________________________________________ - // vim: set filetype=asciidoc: diff --git a/vimperator/locale/en-US/index.txt b/vimperator/locale/en-US/index.txt index afebb3ec..db5c810e 100644 --- a/vimperator/locale/en-US/index.txt +++ b/vimperator/locale/en-US/index.txt @@ -258,8 +258,8 @@ section:Ex{nbsp}commands[ex-cmd-index,:index] ||[c]:tabprevious[c]|| Switch to the previous tab or go [count] tabs back + ||[c]:tabrewind[c]|| Switch to the first tab + ||[c]:time[c]|| Profile a piece of code or run a command multiple times + -||[c]toolbarshow[c]|| Show the named toolbar + ||[c]toolbarhide[c]|| Hide the named toolbar + +||[c]toolbarshow[c]|| Show the named toolbar + ||[c]toolbartoggle[c]|| Toggle the named toolbar + ||[c]:unabbreviate[c]|| Remove an abbreviation + ||[c]:undo[c]|| Undo closing of a tab + |