aboutsummaryrefslogtreecommitdiff
path: root/overlays/taskwarrior/TW-1778_patch.diff
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/taskwarrior/TW-1778_patch.diff')
-rw-r--r--overlays/taskwarrior/TW-1778_patch.diff12
1 files changed, 0 insertions, 12 deletions
diff --git a/overlays/taskwarrior/TW-1778_patch.diff b/overlays/taskwarrior/TW-1778_patch.diff
deleted file mode 100644
index 6d7e376..0000000
--- a/overlays/taskwarrior/TW-1778_patch.diff
+++ /dev/null
@@ -1,12 +0,0 @@
1--- a/src/text.cpp 2016-02-24 23:18:11.000000000 +0100
2+++ b/src/text.cpp 2020-02-26 18:53:15.869331031 +0100
3@@ -248,7 +248,7 @@
4 // Premature EOL.
5 if (character == '\n')
6 {
7- line = text.substr (offset, line_length);
8+ line = text.substr (offset, prior_cursor-offset);
9 offset = cursor;
10 return true;
11 }
12