aboutsummaryrefslogtreecommitdiff
path: root/text-objects.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2014-09-03 16:19:17 +0200
committerMarc André Tanner <mat@brain-dump.org>2014-09-03 16:19:17 +0200
commit3ef242ae90ed7c798b83e2765cb721ef64e7516d (patch)
treeb802b9dc18cfedafb79b6f016dd65d3d94e60f22 /text-objects.h
parenta217c08cb342772b2adbb0ccf9cb2d64550376fc (diff)
downloadvis-3ef242ae90ed7c798b83e2765cb721ef64e7516d.tar.gz
vis-3ef242ae90ed7c798b83e2765cb721ef64e7516d.tar.xz
Introduce a logical line as text-object
Diffstat (limited to 'text-objects.h')
-rw-r--r--text-objects.h1
1 files changed, 1 insertions, 0 deletions
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);