Skip to content

Commit 8b1e057

Browse files
dkearnstimss
authored andcommitted
Add :window to run a command in a new window.
Works like :tab.
1 parent b9e3e77 commit 8b1e057

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vimperator/contrib/vim/syntax/vimperator.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
" Vim syntax file
22
" Language: VIMperator configuration file
33
" Maintainer: Doug Kearns <[email protected]>
4-
" Last Change: 2009 Aug 3
4+
" Last Change: 2009 Aug 10
55

66
" TODO: make this vimperator specific - shared liberator config?
77

@@ -34,7 +34,7 @@ syn keyword vimperatorCommand ab[breviate] ab[clear] addo[ns] bN[ext] b[uffer] b
3434
\ tabdu[plicate] tabe[dit] tabfir[st] tabl[ast] tabm[ove] tabn[ext] tabnew tabo[nly] tabopen tabp[revious] tabr[ewind] tabs
3535
\ tbh[ide] tbs[how] tbt[oggle] time tn[ext] toolbarh[ide] toolbars[how] toolbart[oggle] tp[revious] u[ndo] una[bbreviate]
3636
\ 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]
37-
\ winc[lose] wine[dit] wo[pen] wq wqa[ll] xa[ll] zo[om]
37+
\ winc[lose] wind[ow] wine[dit] wo[pen] wq wqa[ll] xa[ll] zo[om]
3838
\ contained
3939
4040
syn match vimperatorCommand "!" contained

0 commit comments

Comments
 (0)