mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 15:48:00 +01:00
Follow ff=mac.
This commit is contained in:
@@ -804,7 +804,7 @@ lookup:
|
||||
{
|
||||
let heredoc = "";
|
||||
let heredocEnd = null; // the string which ends the heredoc
|
||||
let lines = str.split("\n");
|
||||
let lines = str.split(/\r\n|[\r\n]/);
|
||||
|
||||
for (let [i, line] in Iterator(lines))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user