diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2014-09-25 11:31:38 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2014-09-25 11:31:38 +0200 |
| commit | 5d43998c54d35358d154ad99add19cd1130f9f3e (patch) | |
| tree | d9069a1285cc179a99eb9d60d918f2b88b8667f4 /text-motions.h | |
| parent | d8bf6b83391edb8be69ce390e788785ddb0b806f (diff) | |
| download | vis-5d43998c54d35358d154ad99add19cd1130f9f3e.tar.gz vis-5d43998c54d35358d154ad99add19cd1130f9f3e.tar.xz | |
Revert "Change semantics of text_line_end"
This reverts commit 3a24e6a5562e4b1ea456fbe36607bd8a9c92744d.
Diffstat (limited to 'text-motions.h')
| -rw-r--r-- | text-motions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/text-motions.h b/text-motions.h index 82450f6..18457a5 100644 --- a/text-motions.h +++ b/text-motions.h @@ -24,8 +24,8 @@ size_t text_find_char_prev(Text*, size_t pos, const char *s, size_t len); /* begin finish next * v v v * [\r]\n I am a line! [\r]\n - * ^ ^ ^ - * prev start end + * ^ ^ ^ + * prev start end */ size_t text_line_prev(Text*, size_t pos); size_t text_line_begin(Text*, size_t pos); |
