diff options
Diffstat (limited to 'text-objects.h')
| -rw-r--r-- | text-objects.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/text-objects.h b/text-objects.h index 105860a..2a37090 100644 --- a/text-objects.h +++ b/text-objects.h @@ -15,7 +15,7 @@ Filerange text_object_word(Text*, size_t pos); /* word which happens to be at pos, _not_ including any white spaces. if pos * is not part of a word, an empty range is returned */ -Filerange text_object_word_raw(Text*, size_t pos); +Filerange text_object_longword_raw(Text*, size_t pos); Filerange text_object_line(Text*, size_t pos); Filerange text_object_sentence(Text*, size_t pos); Filerange text_object_paragraph(Text*, size_t pos); |
