1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-31 17:05:45 +01:00

Normalise the use of "regexp(s)" vs "regex(es)".

"regex" won the Google battle.
This commit is contained in:
Doug Kearns
2009-07-11 15:50:48 +10:00
parent c51761e08b
commit c47a0ec1cc
14 changed files with 21 additions and 21 deletions

View File

@@ -167,7 +167,7 @@
* add :pagestyle command to allow for switching between alternate style sheets
* add :b# to select the alternate buffer
* add :tabduplicate command
* new 'urlseparator' option for specifying the regexp used to split the arg to
* new 'urlseparator' option for specifying the regex used to split the arg to
:open, :tabopen and :winopen
* :set editor now accepts quoting/escaping to use an editor with spaces in the path
* support for :%foo as a count for commands (not yet widely used)