1
0
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:
Doug Kearns
2010-10-01 22:48:51 +10:00
parent 17a0f7bc8d
commit 84cd9c5cef
3 changed files with 3 additions and 3 deletions

View File

@@ -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