From 84cd9c5cef2e57964d7e5d780c6447e56e842709 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Fri, 1 Oct 2010 22:48:51 +1000 Subject: [PATCH] Fix trailing whitespace in last commit (stepnem). Also kick stepnem to bottom of the AUTHORS list at his request. --- pentadactyl/AUTHORS | 2 +- pentadactyl/contrib/vim/syntax/pentadactyl.vim | 2 +- teledactyl/contrib/vim/syntax/teledactyl.vim | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pentadactyl/AUTHORS b/pentadactyl/AUTHORS index 8b5e72b0..6ebc13d1 100644 --- a/pentadactyl/AUTHORS +++ b/pentadactyl/AUTHORS @@ -1,9 +1,9 @@ Developers: * Kris Maglione - * Štěpán Němec * Doug Kearns * anekos * teramako + * Štěpán Němec Inactive/former developers: * Viktor Kojouharov (Виктор Кожухаров) diff --git a/pentadactyl/contrib/vim/syntax/pentadactyl.vim b/pentadactyl/contrib/vim/syntax/pentadactyl.vim index 1ba85028..0e542a8d 100644 --- a/pentadactyl/contrib/vim/syntax/pentadactyl.vim +++ b/pentadactyl/contrib/vim/syntax/pentadactyl.vim @@ -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 diff --git a/teledactyl/contrib/vim/syntax/teledactyl.vim b/teledactyl/contrib/vim/syntax/teledactyl.vim index 7c6c05cf..7a810b11 100644 --- a/teledactyl/contrib/vim/syntax/teledactyl.vim +++ b/teledactyl/contrib/vim/syntax/teledactyl.vim @@ -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