mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 22:42:26 +01:00
whitespace fixes
This commit is contained in:
@@ -364,7 +364,7 @@ function IO() //{{{
|
||||
args = "!" + (args || "");
|
||||
|
||||
// TODO: Hmmm, actually Vim doesn't handle multiple backslashes and documents it - desirable?
|
||||
args = args.replace(/((?:^|[^\\])(?:\\\\)*)!/g, function(m, n) n != null ? n + lastRunCommand : m)
|
||||
args = args.replace(/((?:^|[^\\])(?:\\\\)*)!/g, function (m, n) n != null ? n + lastRunCommand : m)
|
||||
lastRunCommand = args;
|
||||
|
||||
let output = io.system(args);
|
||||
|
||||
Reference in New Issue
Block a user