aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile2
-rw-r--r--src/scintilla.patch12
2 files changed, 1 insertions, 13 deletions
diff --git a/src/Makefile b/src/Makefile
index 962a4676..e5d09e60 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -367,7 +367,7 @@ else
lspawn_url = http://foicica.com/hg/lspawn/archive/tip.zip
endif
-scintilla_zip = b4eec2ff1794.zip
+scintilla_zip = d5c585411cc5.zip
lua_tgz = lua-5.3.4.tar.gz
lpeg_tgz = lpeg-1.0.0.tar.gz
lfs_zip = v_1_6_3.zip
diff --git a/src/scintilla.patch b/src/scintilla.patch
index 5d38187e..c25bbd92 100644
--- a/src/scintilla.patch
+++ b/src/scintilla.patch
@@ -36,15 +36,3 @@ Revert caret block placement change introduced by Scintilla 3.7.3.
const int offset = static_cast<int>(posCaret.Position() - posLineStart);
const XYPOSITION spaceWidth = vsDraw.styles[ll->EndLineStyle()].spaceWidth;
const XYPOSITION virtualOffset = posCaret.VirtualSpace() * spaceWidth;
-diff -r f9eb9df49b8e src/Document.cxx
---- a/src/Document.cxx Sun May 06 23:46:01 2018 -0400
-+++ b/src/Document.cxx Fri May 11 11:51:01 2018 -0400
-@@ -2951,7 +2951,7 @@
- #endif
- ws[outLen] = 0;
- std::wregex regexp;
--#if defined(__APPLE__)
-+#if defined(__APPLE__) && !defined(GTK)
- // Using a UTF-8 locale doesn't change to Unicode over a byte buffer so '.'
- // is one byte not one character.
- // However, on OS X this makes wregex act as Unicode