mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 15:24:12 +01:00
Fix trailing whitespace in last commit (stepnem).
Also kick stepnem to bottom of the AUTHORS list at his request.
This commit is contained in:
@@ -63,7 +63,7 @@ let s:toggleOptions = ["banghist", "bh", "errorbells", "eb", "exrc", "ex", "flas
|
||||
\ "online", "private", "pornmode", "showmode", "smd", "smartcase", "scs", "strictfocus", "sf", "usermode", "um", "visualbell",
|
||||
\ "vb"]
|
||||
execute 'syn match pentadactylOption "\<\%(no\|inv\)\=\%(' .
|
||||
\ join(s:toggleOptions, '\|') .
|
||||
\ join(s:toggleOptions, '\|') .
|
||||
\ '\)\>!\=" contained nextgroup=pentadactylSetMod'
|
||||
|
||||
syn match pentadactylSetMod "\%(\<[a-z_]\+\)\@<=&" contained
|
||||
|
||||
Reference in New Issue
Block a user