vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit d6de19695de3dd27f4d329d83075f5df5a01adf6 parent 30e5f47c1e8e84fa551f9831fa1a816b552c8f68 Author: Marc André Tanner <mat@brain-dump.org> Date: Wed, 6 Apr 2016 22:01:18 +0200 text-object: fixup last commit, add accidentally missed hunk Diffstat:
| M | text-objects.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/text-objects.c b/text-objects.c @@ -196,6 +196,7 @@ Filerange text_object_function(Text *txt, size_t pos) { Filerange r = object_function(txt, pos); if (!text_range_valid(&r)) return r; + r.end++; return text_range_linewise(txt, &r); }