diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2014-09-25 18:09:43 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2014-09-25 18:19:02 +0200 |
| commit | 334e7f278f18889582c51bd9aceb469e716cddea (patch) | |
| tree | 6d3df455c9bddb4ae71a3851f9d3d3d2a82cbc47 /text-objects.h | |
| parent | 4e60bd39282651d83d7b431239225b1371419b21 (diff) | |
| download | vis-334e7f278f18889582c51bd9aceb469e716cddea.tar.gz vis-334e7f278f18889582c51bd9aceb469e716cddea.tar.xz | |
Perform some renames in preparation for different word types
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); |
