Merge pull request #2188 from RaiKoHoff/NewFeatures_grepWinNP3

Don't protect backslash (double'\\') for pattern argument
This commit is contained in:
Rainer Kottenhoff 2020-04-01 16:27:29 +02:00 committed by GitHub
commit bda07389aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
1
2

Binary file not shown.

Binary file not shown.

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.20.401.1"
version="5.20.401.2"
type="win32"
/>
<description>Notepad3 NF</description>

View File

@ -9,7 +9,7 @@
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 401
#define VERSION_BUILD 1
#define VERSION_BUILD 2
#define SCINTILLA_VER 432
#define ONIGURUMA_REGEX_VER 6.9.4
#define UCHARDET_VER 2018.09.27