mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+ chg: extent static find / repl / mark occurance pattern buffer to 4095 characters.
This commit is contained in:
parent
c50a973d02
commit
5c50aebe73
@ -128,7 +128,7 @@ typedef enum
|
||||
XXXL_BUFFER = 4096,
|
||||
|
||||
ANSI_CHAR_BUFFER = 258,
|
||||
FNDRPL_BUFFER = 2048,
|
||||
FNDRPL_BUFFER = 4096,
|
||||
LONG_LINES_MARKER_LIMIT = 4096
|
||||
|
||||
} BUFFER_SIZES;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user