From b4406281a72c25aa2194bf05cb9d4efceb18785d Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 25 May 2014 17:45:28 -0400 Subject: Updated to Scintilla 3.4.2. Also temporarily include my upstream patch for autocompletion into multiple selections. When 3.4.3 comes out, the patch may be removed. This commit negates the requirement for Scintilla post 3.4.2, mentioned in 1736:12256c79f24b. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 3c1e522e..4d1537ce 100644 --- a/src/Makefile +++ b/src/Makefile @@ -437,7 +437,7 @@ osx-app: ../textadept ../textadeptjit ../textadept-curses \ # External dependencies. -scintilla_tgz = scintilla341.tgz +scintilla_tgz = scintilla342.tgz scinterm_zip = scinterm.zip scintillua_zip = scintillua.zip lua_tgz = lua-5.2.3.tar.gz -- cgit v1.2.3