diff options
author | 2020-07-18 23:12:35 -0400 | |
---|---|---|
committer | 2020-07-18 23:12:35 -0400 | |
commit | 322e8af00ae62a42be1c6ca2a522c2ce6f5f418e (patch) | |
tree | 5d83a631f855930cdfa508f0985aab67e138db0f /src | |
parent | b35a8dd225b06340022c4971471952c48380b1db (diff) | |
download | textadept-322e8af00ae62a42be1c6ca2a522c2ce6f5f418e.tar.gz textadept-322e8af00ae62a42be1c6ca2a522c2ce6f5f418e.zip |
Updated to latest Scintilla for new `lexer.fold*` API.
This replaces the need for `view.property['fold*'] = ...`
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index db7addd3..7934fa13 100644 --- a/src/Makefile +++ b/src/Makefile @@ -376,7 +376,7 @@ else gtdialog_url = http://foicica.com/hg/gtdialog/archive/tip.zip endif -scintilla_zip = 4e081ee8d750.zip +scintilla_zip = 83eb3011555e.zip lua_tgz = lua-5.3.5.tar.gz lpeg_tgz = lpeg-1.0.2.tar.gz lfs_zip = v1_7_0_2.zip |