Skip to content

Commit 66e77a1

Browse files
dkearnstimss
authored andcommitted
Remove 't_vb' from Vim syntax files.
1 parent 1603526 commit 66e77a1

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: 2008 Jan 22
4+
" Last Change: 2009 Feb 19
55

66
if exists("b:current_syntax")
77
finish
@@ -48,7 +48,7 @@ syn region vimperatorSet matchgroup=vimperatorCommand start="\%(^\s*:\=\)\@<=\<\
4848
syn keyword vimperatorOption activate act cdpath cd complete cpt defsearch ds editor eventignore ei extendedhinttags eht
4949
\ followhints fh guioptions go helpfile hf hintmatching hm hinttags ht hinttimeout hto history hi laststatus ls messages msgs
5050
\ newtab nextpattern pageinfo pa popups pps previouspattern runtimepath rtp scroll scr shell sh shellcmdflag shcf
51-
\ showstatuslinks ssli showtabline stal suggestengines t_vb titlestring urlseparator verbose vbs wildcase wic wildignore wig
51+
\ showstatuslinks ssli showtabline stal suggestengines titlestring urlseparator verbose vbs wildcase wic wildignore wig
5252
\ wildmode wim wildoptions wop wordseparators wsp
5353
\ contained nextgroup=vimperatorSetMod
5454

0 commit comments

Comments
 (0)