1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-12 17:15:47 +01:00

add DOMLoad autocmd event

This commit is contained in:
Doug Kearns
2008-10-02 06:40:24 +00:00
parent 55ee4e59bf
commit 0a905986d9
5 changed files with 14 additions and 2 deletions

View File

@@ -32,8 +32,8 @@ syn match vimperatorCommand "!" contained
syn keyword vimperatorAutoCmd au[tocmd] contained nextgroup=vimperatorAutoEventList skipwhite
syn keyword vimperatorAutoEvent BookmarkAdd LocationChange PageLoadPre PageLoad ShellCmdPost VimperatorEnter VimperatorLeavePre
\ VimperatorLeave
syn keyword vimperatorAutoEvent BookmarkAdd DOMLoad LocationChange PageLoadPre PageLoad ShellCmdPost VimperatorEnter
\ VimperatorLeavePre VimperatorLeave
\ contained
syn match vimperatorAutoEventList "\(\a\+,\)*\a\+" contained contains=vimperatorAutoEvent