mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 00:17:58 +01:00
Remove 't_vb' from Vim syntax files.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
" Vim syntax file
|
||||
" Language: Muttator configuration file
|
||||
" Maintainer: Doug Kearns <dougkearns@gmail.com>
|
||||
" Last Change: 2009 Jan 22
|
||||
" Last Change: 2009 Feb 19
|
||||
|
||||
if exists("b:current_syntax")
|
||||
finish
|
||||
@@ -46,7 +46,7 @@ syn region muttatorSet matchgroup=muttatorCommand start="\%(^\s*:\=\)\@<=\<\%(se
|
||||
syn keyword muttatorOption archivefolder cdpath cd complete cpt editor eventignore ei extendedhinttags eht followhints fh
|
||||
\ guioptions go helpfile hf hintmatching hm hinttags ht hinttimeout hto history hi laststatus ls layout messages msgs
|
||||
\ nextpattern pageinfo pa previouspattern runtimepath rtp scroll scr shell sh shellcmdflag shcf showstatuslinks ssli
|
||||
\ showtabline stal suggestengines t_vb urlseparator verbose vbs wildcase wic wildignore wig wildmode wim wildoptions wop
|
||||
\ showtabline stal suggestengines urlseparator verbose vbs wildcase wic wildignore wig wildmode wim wildoptions wop
|
||||
\ wordseparators wsp
|
||||
\ contained nextgroup=muttatorSetMod
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
* much improved completion support, including javascript, option, and search keyword
|
||||
* add <PageUp>/<S-Up> and <PageDown>/<S-Down> command-line mappings for
|
||||
selecting the previous and next history items
|
||||
* remove 'hintstyle', 'hlsearchstyle' and 'visualbellstyle' - use
|
||||
* remove 'hintstyle', 'hlsearchstyle', 't_vb' and 'visualbellstyle' - use
|
||||
:highlight {Hint,Search,Bell}
|
||||
* add :highlight
|
||||
* add :optionusage
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
" Vim syntax file
|
||||
" Language: VIMperator configuration file
|
||||
" Maintainer: Doug Kearns <dougkearns@gmail.com>
|
||||
" Last Change: 2008 Jan 22
|
||||
" Last Change: 2009 Feb 19
|
||||
|
||||
if exists("b:current_syntax")
|
||||
finish
|
||||
@@ -48,7 +48,7 @@ syn region vimperatorSet matchgroup=vimperatorCommand start="\%(^\s*:\=\)\@<=\<\
|
||||
syn keyword vimperatorOption activate act cdpath cd complete cpt defsearch ds editor eventignore ei extendedhinttags eht
|
||||
\ followhints fh guioptions go helpfile hf hintmatching hm hinttags ht hinttimeout hto history hi laststatus ls messages msgs
|
||||
\ newtab nextpattern pageinfo pa popups pps previouspattern runtimepath rtp scroll scr shell sh shellcmdflag shcf
|
||||
\ showstatuslinks ssli showtabline stal suggestengines t_vb titlestring urlseparator verbose vbs wildcase wic wildignore wig
|
||||
\ showstatuslinks ssli showtabline stal suggestengines titlestring urlseparator verbose vbs wildcase wic wildignore wig
|
||||
\ wildmode wim wildoptions wop wordseparators wsp
|
||||
\ contained nextgroup=vimperatorSetMod
|
||||
|
||||
|
||||
Reference in New Issue
Block a user