From 3ef242ae90ed7c798b83e2765cb721ef64e7516d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 3 Sep 2014 16:19:17 +0200 Subject: Introduce a logical line as text-object --- text-objects.h | 1 + 1 file changed, 1 insertion(+) (limited to 'text-objects.h') diff --git a/text-objects.h b/text-objects.h index 211e4e6..5b3895d 100644 --- a/text-objects.h +++ b/text-objects.h @@ -8,6 +8,7 @@ * be a whitespace include all neighbouring leading whitespaces and the following word. */ Filerange text_object_word(Text*, size_t pos); Filerange text_object_word_boundry(Text*, size_t pos, int (*isboundry)(int)); +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