mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-23 06:55:47 +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:
|
Developers:
|
||||||
* Kris Maglione
|
* Kris Maglione
|
||||||
* Štěpán Němec
|
|
||||||
* Doug Kearns <dougkearns@gmail.com>
|
* Doug Kearns <dougkearns@gmail.com>
|
||||||
* anekos <anekos@snca.net>
|
* anekos <anekos@snca.net>
|
||||||
* teramako <teramako@gmail.com>
|
* teramako <teramako@gmail.com>
|
||||||
|
* Štěpán Němec
|
||||||
|
|
||||||
Inactive/former developers:
|
Inactive/former developers:
|
||||||
* Viktor Kojouharov (Виктор Кожухаров)
|
* 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",
|
\ "online", "private", "pornmode", "showmode", "smd", "smartcase", "scs", "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'
|
||||||
|
|
||||||
syn match pentadactylSetMod "\%(\<[a-z_]\+\)\@<=&" contained
|
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",
|
\ "ignorecase", "ic", "incsearch", "is", "insertmode", "im", "jsdebugger", "jsd", "linksearch", "lks", "more", "showmode",
|
||||||
\ "smd", "smartcase", "scs", "strictfocus", "sf", "usermode", "um", "visualbell", "vb"]
|
\ "smd", "smartcase", "scs", "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'
|
||||||
|
|
||||||
syn match teledactylSetMod "\%(\<[a-z_]\+\)\@<=&" contained
|
syn match teledactylSetMod "\%(\<[a-z_]\+\)\@<=&" contained
|
||||||
|
|||||||
Reference in New Issue
Block a user