From 334e7f278f18889582c51bd9aceb469e716cddea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 25 Sep 2014 18:09:43 +0200 Subject: Perform some renames in preparation for different word types --- text-objects.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text-objects.h') 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); -- cgit v1.2.3