1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-10 23:13:32 +02:00

update vimperator.vim

This commit is contained in:
Doug Kearns
2007-10-11 12:01:02 +00:00
parent 2ad902937b
commit 24179d1f91
2 changed files with 7 additions and 2 deletions

3
NEWS
View File

@@ -1,4 +1,7 @@
<pre> <pre>
2007-XX-XX:
* version 0.5.3
2007-10-11: 2007-10-11:
* version 0.5.2 * version 0.5.2
* changed semantics of :set[!] and :prefs[!] a little, :set shows now all non-default * changed semantics of :set[!] and :prefs[!] a little, :set shows now all non-default

View File

@@ -1,7 +1,7 @@
" Vim syntax file " Vim syntax file
" Language: VIMperator configuration file " Language: VIMperator configuration file
" Maintainer: Doug Kearns <dougkearns@gmail.com> " Maintainer: Doug Kearns <dougkearns@gmail.com>
" Latest Revision: 2007 July 22 " Latest Revision: 2007 October 11
if exists("b:current_syntax") if exists("b:current_syntax")
finish finish
@@ -25,8 +25,10 @@ syn keyword vimperatorCommand addo[ns] b[uffer] ba[ck] bd[elete] beep bma[rk] bm
\ ve[rsion] viu[sage] w[rite] win[open] wine[dit] wo[pen] wq wqa[ll] xa[ll] zo[om] run \ ve[rsion] viu[sage] w[rite] win[open] wine[dit] wo[pen] wq wqa[ll] xa[ll] zo[om] run
\ contained \ contained
syn match vimperatorCommand "!" contained
" FIXME " FIXME
syn match vimperatorCommandWrapper "\<\h\w*\>" contains=vimperatorCommand syn match vimperatorCommandWrapper "\%(!\|\<\h\w*\>\)" contains=vimperatorCommand
syn region vimperatorSet matchgroup=vimperatorCommand start="\<set\=\>" end="$" keepend oneline contains=vimperatorOption syn region vimperatorSet matchgroup=vimperatorCommand start="\<set\=\>" end="$" keepend oneline contains=vimperatorOption
syn keyword vimperatorOption activate act complete cpt defsearch ds extendedhinttags eht focusedhintstyle fhs fullscreen fs syn keyword vimperatorOption activate act complete cpt defsearch ds extendedhinttags eht focusedhintstyle fhs fullscreen fs