diff options
author | 2014-05-25 17:45:28 -0400 | |
---|---|---|
committer | 2014-05-25 17:45:28 -0400 | |
commit | b4406281a72c25aa2194bf05cb9d4efceb18785d (patch) | |
tree | 3039e931bf40aaf7e600970dab5e59f76e43fdc0 /src/Makefile | |
parent | ad5baf2b789697f814740717f048bc966b0318fe (diff) | |
download | textadept-b4406281a72c25aa2194bf05cb9d4efceb18785d.tar.gz textadept-b4406281a72c25aa2194bf05cb9d4efceb18785d.zip |
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.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |