+ chg: extent static find / repl / mark occurance pattern buffer to 4095 characters.

This commit is contained in:
Rainer Kottenhoff 2021-01-16 10:21:08 +01:00
parent c50a973d02
commit 5c50aebe73

View File

@ -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;