From 1ea05a3df97f9a733254ecde9e70b5827083b8e6 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 31 Dec 2015 14:28:37 +1100 Subject: Treat Unicode line ends like common line ends when maintaining fold state. --- src/CellBuffer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CellBuffer.h') diff --git a/src/CellBuffer.h b/src/CellBuffer.h index 5e4fc7c8c..1c53d14e6 100644 --- a/src/CellBuffer.h +++ b/src/CellBuffer.h @@ -177,6 +177,7 @@ public: void Allocate(int newSize); int GetLineEndTypes() const { return utf8LineEnds; } void SetLineEndTypes(int utf8LineEnds_); + bool ContainsLineEnd(const char *s, int length) const; void SetPerLine(PerLine *pl); int Lines() const; int LineStart(int line) const; -- cgit v1.2.3