mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 10:04:12 +01:00
Remove 'linksearch' from the Vim runtime files.
Also mention its removal in NEWS.
This commit is contained in:
@@ -60,8 +60,8 @@ syn keyword melodactylOption activate act altwildmode awim autocomplete au cdpat
|
||||
\ contained nextgroup=melodactylSetMod
|
||||
|
||||
let s:toggleOptions = ["banghist", "bh", "errorbells", "eb", "exrc", "ex", "fullscreen", "fs", "hlsearch", "hls",
|
||||
\ "incsearch", "is", "insertmode", "im", "jsdebugger", "jsd", "linksearch", "lks", "more", "online", "searchcase", "sc",
|
||||
\ "showmode", "smd", "shuffle", "strictfocus", "sf", "usermode", "um", "visualbell", "vb"]
|
||||
\ "incsearch", "is", "insertmode", "im", "jsdebugger", "jsd", "more", "online", "searchcase", "sc", "showmode", "smd",
|
||||
\ "shuffle", "strictfocus", "sf", "usermode", "um", "visualbell", "vb"]
|
||||
execute 'syn match melodactylOption "\<\%(no\|inv\)\=\%(' .
|
||||
\ join(s:toggleOptions, '\|') .
|
||||
\ '\)\>!\=" contained nextgroup=melodactylSetMod'
|
||||
|
||||
Reference in New Issue
Block a user