mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-02 17:55:46 +01:00
Update Vim runtime files for 'smartcase' change.
This commit is contained in:
@@ -60,8 +60,8 @@ syn keyword melodactylOption activate act altwildmode awim autocomplete au cdpat
|
|||||||
\ contained nextgroup=melodactylSetMod
|
\ contained nextgroup=melodactylSetMod
|
||||||
|
|
||||||
let s:toggleOptions = ["banghist", "bh", "errorbells", "eb", "exrc", "ex", "fullscreen", "fs", "hlsearch", "hls",
|
let s:toggleOptions = ["banghist", "bh", "errorbells", "eb", "exrc", "ex", "fullscreen", "fs", "hlsearch", "hls",
|
||||||
\ "ignorecase", "ic", "incsearch", "is", "insertmode", "im", "jsdebugger", "jsd", "linksearch", "lks", "more", "online",
|
\ "incsearch", "is", "insertmode", "im", "jsdebugger", "jsd", "linksearch", "lks", "more", "online", "searchcase", "sc",
|
||||||
\ "showmode", "smd", "shuffle", "smartcase", "scs", "strictfocus", "sf", "usermode", "um", "visualbell", "vb"]
|
\ "showmode", "smd", "shuffle", "strictfocus", "sf", "usermode", "um", "visualbell", "vb"]
|
||||||
execute 'syn match melodactylOption "\<\%(no\|inv\)\=\%(' .
|
execute 'syn match melodactylOption "\<\%(no\|inv\)\=\%(' .
|
||||||
\ join(s:toggleOptions, '\|') .
|
\ join(s:toggleOptions, '\|') .
|
||||||
\ '\)\>!\=" contained nextgroup=melodactylSetMod'
|
\ '\)\>!\=" contained nextgroup=melodactylSetMod'
|
||||||
|
|||||||
@@ -60,10 +60,9 @@ syn keyword pentadactylOption activate act altwildmode awim autocomplete au cdpa
|
|||||||
\ wic wildignore wig wildmode wim wildsort wis wordseparators wsp
|
\ wic wildignore wig wildmode wim wildsort wis wordseparators wsp
|
||||||
\ contained nextgroup=pentadactylSetMod
|
\ contained nextgroup=pentadactylSetMod
|
||||||
|
|
||||||
let s:toggleOptions = ["banghist", "bh", "errorbells", "eb", "exrc", "ex", "flashblock", "fb", "fullscreen", "fs", "hlsearch",
|
let s:toggleOptions = ["banghist", "bh", "errorbells", "eb", "exrc", "ex", "flashblock", "fb", "fullscreen", "fs",
|
||||||
\ "hls", "ignorecase", "ic", "incsearch", "is", "insertmode", "im", "jsdebugger", "jsd", "linksearch", "lks", "more",
|
\ "hlsearch", "hls", "incsearch", "is", "insertmode", "im", "jsdebugger", "jsd", "linksearch", "lks", "more", "online",
|
||||||
\ "online", "private", "pornmode", "showmode", "smd", "smartcase", "scs", "strictfocus", "sf", "usermode", "um", "visualbell",
|
\ "private", "pornmode", "searchcase", "sc", "showmode", "smd", "strictfocus", "sf", "usermode", "um", "visualbell", "vb"]
|
||||||
\ "vb"]
|
|
||||||
execute 'syn match pentadactylOption "\<\%(no\|inv\)\=\%(' .
|
execute 'syn match pentadactylOption "\<\%(no\|inv\)\=\%(' .
|
||||||
\ join(s:toggleOptions, '\|') .
|
\ join(s:toggleOptions, '\|') .
|
||||||
\ '\)\>!\=" contained nextgroup=pentadactylSetMod'
|
\ '\)\>!\=" contained nextgroup=pentadactylSetMod'
|
||||||
|
|||||||
@@ -55,8 +55,8 @@ syn keyword teledactylOption altwildmode awim archivefolder autocomplete au cdpa
|
|||||||
\ contained nextgroup=teledactylSetMod
|
\ contained nextgroup=teledactylSetMod
|
||||||
|
|
||||||
let s:toggleOptions = ["autoexternal", "ae", "banghist", "bh", "errorbells", "eb", "exrc", "ex", "fullscreen", "fs",
|
let s:toggleOptions = ["autoexternal", "ae", "banghist", "bh", "errorbells", "eb", "exrc", "ex", "fullscreen", "fs",
|
||||||
\ "hlsearch", "hls", "ignorecase", "ic", "incsearch", "is", "insertmode", "im", "jsdebugger", "jsd", "linksearch", "lks",
|
\ "hlsearch", "hls", "incsearch", "is", "insertmode", "im", "jsdebugger", "jsd", "linksearch", "lks", "more", "online",
|
||||||
\ "more", "online", "showmode", "smd", "smartcase", "scs", "strictfocus", "sf", "usermode", "um", "visualbell", "vb"]
|
\ "searchcase", "sc", "showmode", "smd", "strictfocus", "sf", "usermode", "um", "visualbell", "vb"]
|
||||||
execute 'syn match teledactylOption "\<\%(no\|inv\)\=\%(' .
|
execute 'syn match teledactylOption "\<\%(no\|inv\)\=\%(' .
|
||||||
\ join(s:toggleOptions, '\|') .
|
\ join(s:toggleOptions, '\|') .
|
||||||
\ '\)\>!\=" contained nextgroup=teledactylSetMod'
|
\ '\)\>!\=" contained nextgroup=teledactylSetMod'
|
||||||
|
|||||||
Reference in New Issue
Block a user