mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 19:37:57 +01:00
Sorry, stashed changes including:
Change util.range to accept an increment as the third argument.
Sanitize Makefile.doc
This commit is contained in:
@@ -204,7 +204,7 @@ function Editor() //{{{
|
||||
function (args)
|
||||
{
|
||||
let matches = args.string.match(RegExp("^\\s*($|" + abbrevmatch + ")(?:\\s*$|\\s+(.*))"));
|
||||
if (! matches)
|
||||
if (!matches)
|
||||
{
|
||||
liberator.echoerr("E474: Invalid argument");
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user