mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-03 16:55:46 +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:
@@ -1,9 +1,9 @@
|
||||
Developers:
|
||||
* Kris Maglione
|
||||
* Štěpán Němec
|
||||
* Doug Kearns <dougkearns@gmail.com>
|
||||
* anekos <anekos@snca.net>
|
||||
* teramako <teramako@gmail.com>
|
||||
* Štěpán Němec
|
||||
|
||||
Inactive/former developers:
|
||||
* Viktor Kojouharov (Виктор Кожухаров)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -58,7 +58,7 @@ let s:toggleOptions = ["banghist", "bh", "errorbells", "eb", "exrc", "ex", "full
|
||||
\ "ignorecase", "ic", "incsearch", "is", "insertmode", "im", "jsdebugger", "jsd", "linksearch", "lks", "more", "showmode",
|
||||
\ "smd", "smartcase", "scs", "strictfocus", "sf", "usermode", "um", "visualbell", "vb"]
|
||||
execute 'syn match teledactylOption "\<\%(no\|inv\)\=\%(' .
|
||||
\ join(s:toggleOptions, '\|') .
|
||||
\ join(s:toggleOptions, '\|') .
|
||||
\ '\)\>!\=" contained nextgroup=teledactylSetMod'
|
||||
|
||||
syn match teledactylSetMod "\%(\<[a-z_]\+\)\@<=&" contained
|
||||
|
||||
Reference in New Issue
Block a user