From 26ba1ace4bdb8e079c183f33107dbd38f6698518 Mon Sep 17 00:00:00 2001 From: valepu Date: Sat, 14 May 2016 12:02:11 +0200 Subject: [PATCH] truerrrrrrr on line 295 Probably a typo, there was a "truerrrrr" instead of a "true" --- lib/split-diff.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/split-diff.coffee b/lib/split-diff.coffee index 9bb91d5..15292bb 100644 --- a/lib/split-diff.coffee +++ b/lib/split-diff.coffee @@ -292,7 +292,7 @@ module.exports = SplitDiff = # turn off soft wrap setting for these editors so diffs properly align if editor1.isSoftWrapped() - @wasEditor1SoftWrapped = truerrrrrrrrrr + @wasEditor1SoftWrapped = true if editor2.isSoftWrapped() @wasEditor2SoftWrapped = true editor2.setSoftWrapped(false)