]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - overlays/taskwarrior/TW-1778_patch.diff
Squash changes containing private information
[perso/Immae/Config/Nix.git] / overlays / taskwarrior / TW-1778_patch.diff
diff --git a/overlays/taskwarrior/TW-1778_patch.diff b/overlays/taskwarrior/TW-1778_patch.diff
deleted file mode 100644 (file)
index 6d7e376..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/src/text.cpp 2016-02-24 23:18:11.000000000 +0100
-+++ b/src/text.cpp 2020-02-26 18:53:15.869331031 +0100
-@@ -248,7 +248,7 @@
-     // Premature EOL.
-     if (character == '\n')
-     {
--      line = text.substr (offset, line_length);
-+      line = text.substr (offset, prior_cursor-offset);
-       offset = cursor;
-       return true;
-     }
-