X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=overlays%2Ftaskwarrior%2FTW-1778_patch.diff;fp=overlays%2Ftaskwarrior%2FTW-1778_patch.diff;h=0000000000000000000000000000000000000000;hb=1a64deeb894dc95e2645a75771732c6cc53a79ad;hp=6d7e3766899266f75749f6dcc37441030473cd91;hpb=fa25ffd4583cc362075cd5e1b4130f33306103f0;p=perso%2FImmae%2FConfig%2FNix.git 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 @@ ---- 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; - } -