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