mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+ cln: add comment
This commit is contained in:
parent
89b63940c4
commit
f4e10759a3
@ -57,7 +57,7 @@
|
||||
using namespace Lexilla;
|
||||
|
||||
constexpr bool IsNewline(const int ch) {
|
||||
return (ch == '\n' || ch == '\r' || ch == '\0');
|
||||
return (ch == '\n' || ch == '\r' || ch == '\0'); // sc.GetRelative(i) returns '\0' if out of range
|
||||
}
|
||||
|
||||
// True if can follow ch down to the end with possibly trailing whitespace
|
||||
|
||||
Loading…
Reference in New Issue
Block a user