Skip to content

Commit

Permalink
text-object: fixup last commit, add accidentally missed hunk
Browse files Browse the repository at this point in the history
  • Loading branch information
martanne committed Apr 6, 2016
1 parent 329f18b commit 66fd883
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions text-objects.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 66fd883

Please sign in to comment.