From 44f23146e14bcd92fbf9b0555b9aaf4327b44ba4 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Fri, 5 Nov 2010 02:09:17 +1100 Subject: [PATCH] dd 'passkeys' to the Vim syntax files. --- common/content/javascript.js | 2 -- melodactyl/contrib/vim/syntax/melodactyl.vim | 6 +++--- pentadactyl/contrib/vim/syntax/pentadactyl.vim | 8 ++++---- teledactyl/contrib/vim/syntax/teledactyl.vim | 6 +++--- 4 files changed, 10 insertions(+), 12 deletions(-) diff --git a/common/content/javascript.js b/common/content/javascript.js index e7a12ae5..fd8b61d9 100644 --- a/common/content/javascript.js +++ b/common/content/javascript.js @@ -553,7 +553,6 @@ const JavaScript = Module("javascript", { return null; } - // str = "foo.bar.baz" // obj = "foo.bar" // key = "baz" @@ -562,7 +561,6 @@ const JavaScript = Module("javascript", { // obj = [modules, window] // key = "foo" - let [offset, obj, key] = this._getObjKey(-1); // Wait for a keypress before completing when there's no key diff --git a/melodactyl/contrib/vim/syntax/melodactyl.vim b/melodactyl/contrib/vim/syntax/melodactyl.vim index e1d129c7..7d63d7ea 100644 --- a/melodactyl/contrib/vim/syntax/melodactyl.vim +++ b/melodactyl/contrib/vim/syntax/melodactyl.vim @@ -54,9 +54,9 @@ syn region melodactylSet matchgroup=melodactylCommand start="\%(^\s*:\=\)\@<=\<\ syn keyword melodactylOption activate act altwildmode awim autocomplete au cdpath cd complete cpt defsearch ds editor \ encoding enc eventignore ei extendedhinttags eht fileencoding fenc followhints fh guioptions go helpfile hf hintinputs hin \ hintkeys hk hintmatching hm hinttags ht hinttimeout hto history hi laststatus ls loadplugins lpl mapleader ml maxitems - \ messages msgs newtab nextpattern pageinfo pa popups pps previouspattern repeat runtimepath rtp scroll scr shell sh - \ shellcmdflag shcf showstatuslinks ssli showtabline stal suggestengines titlestring urlseparator us verbose vbs wildanchor - \ wia wildcase wic wildignore wig wildmode wim wildsort wis wordseparators wsp + \ messages msgs newtab nextpattern pageinfo pa passkeys pk popups pps previouspattern repeat runtimepath rtp scroll scr + \ shell sh shellcmdflag shcf showstatuslinks ssli showtabline stal suggestengines titlestring urlseparator us verbose vbs + \ wildanchor wia wildcase wic wildignore wig wildmode wim wildsort wis wordseparators wsp \ contained nextgroup=melodactylSetMod let s:toggleOptions = ["banghist", "bh", "errorbells", "eb", "exrc", "ex", "fullscreen", "fs", "hlsearch", "hls", diff --git a/pentadactyl/contrib/vim/syntax/pentadactyl.vim b/pentadactyl/contrib/vim/syntax/pentadactyl.vim index 6d8f3980..542d04e5 100644 --- a/pentadactyl/contrib/vim/syntax/pentadactyl.vim +++ b/pentadactyl/contrib/vim/syntax/pentadactyl.vim @@ -54,10 +54,10 @@ syn region pentadactylSet matchgroup=pentadactylCommand start="\%(^\s*:\=\)\@<=\ syn keyword pentadactylOption activate act altwildmode awim autocomplete au cdpath cd complete cpt cookieaccept ca \ cookielifetime cl cookies ck defsearch ds editor encoding enc eventignore ei extendedhinttags eht fileencoding fenc \ followhints fh guioptions go helpfile hf hintinputs hin hintkeys hk hintmatching hm hinttags ht hinttimeout hto history hi - \ laststatus ls loadplugins lpl mapleader ml maxitems messages msgs newtab nextpattern pageinfo pa popups pps previouspattern - \ runtimepath rtp sanitizeitems si sanitizeshutdown ss sanitizetimespan sts scroll scr shell sh shellcmdflag shcf - \ showstatuslinks ssli showtabline stal suggestengines titlestring urlseparator us verbose vbs wildanchor wia wildcase wic - \ wildignore wig wildmode wim wildsort wis wordseparators wsp + \ laststatus ls loadplugins lpl mapleader ml maxitems messages msgs newtab nextpattern pageinfo pa passkeys pk popups + \ pps previouspattern runtimepath rtp sanitizeitems si sanitizeshutdown ss sanitizetimespan sts scroll scr shell sh + \ shellcmdflag shcf showstatuslinks ssli showtabline stal suggestengines titlestring urlseparator us verbose vbs wildanchor + \ wia wildcase wic wildignore wig wildmode wim wildsort wis wordseparators wsp \ contained nextgroup=pentadactylSetMod let s:toggleOptions = ["banghist", "bh", "errorbells", "eb", "exrc", "ex", "flashblock", "fb", "fullscreen", "fs", "hlsearch", diff --git a/teledactyl/contrib/vim/syntax/teledactyl.vim b/teledactyl/contrib/vim/syntax/teledactyl.vim index 1885aebb..14576ecd 100644 --- a/teledactyl/contrib/vim/syntax/teledactyl.vim +++ b/teledactyl/contrib/vim/syntax/teledactyl.vim @@ -49,9 +49,9 @@ syn region teledactylSet matchgroup=teledactylCommand start="\%(^\s*:\=\)\@<=\<\ syn keyword teledactylOption altwildmode awim archivefolder autocomplete au cdpath cd complete cpt editor eventignore ei \ extendedhinttags eht fileencoding fenc followhints fh guioptions go helpfile hf hintinputs hin hintkeys hk hintmatching hm \ hinttags ht hinttimeout hto history hi laststatus ls layout loadplugins lpl mapleader ml maxitems messages msgs nextpattern - \ pageinfo pa previouspattern runtimepath rtp scroll scr shell sh shellcmdflag shcf showstatuslinks ssli showtabline stal - \ titlestring urlseparator us verbose vbs wildanchor wia wildcase wic wildignore wig wildmode wim wildsort wis wordseparators - \ wsp + \ pageinfo pa passkeys pk previouspattern runtimepath rtp scroll scr shell sh shellcmdflag shcf showstatuslinks ssli + \ showtabline stal titlestring urlseparator us verbose vbs wildanchor wia wildcase wic wildignore wig wildmode wim wildsort + \ wis wordseparators wsp \ contained nextgroup=teledactylSetMod let s:toggleOptions = ["autoexternal", "ae", "banghist", "bh", "errorbells", "eb", "exrc", "ex", "fullscreen", "fs",