From 637b1adbdda1af761518b90b52fb6ae7798584bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 22 Sep 2014 06:09:07 +0200 Subject: Add support for the '<', '>' marks --- text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text.c') diff --git a/text.c b/text.c index e613ccb..fdcf1cf 100644 --- a/text.c +++ b/text.c @@ -120,7 +120,7 @@ struct Text { struct stat info; /* stat as proped on load time */ int fd; /* the file descriptor of the original mmap-ed data */ LineCache lines; /* mapping between absolute pos in bytes and logical line breaks */ - const char *marks[26]; /* a mark is a pointer into an underlying buffer */ + const char *marks[32]; /* a mark is a pointer into an underlying buffer */ int newlines; /* 0: unknown, 1: \n, -1: \r\n */ }; -- cgit v1.2.3