diff options
author | 2020-08-03 18:59:42 -0400 | |
---|---|---|
committer | 2020-08-03 18:59:42 -0400 | |
commit | b1605586b4635d60d5ccf4283a7268db5d1b99fe (patch) | |
tree | e4c496bce23a44f1b879b8320ff41e98ba8a2fb7 /src/Makefile | |
parent | bfb36db59c432f18c9516d7307dc18ff987aa8e0 (diff) | |
download | textadept-b1605586b4635d60d5ccf4283a7268db5d1b99fe.tar.gz textadept-b1605586b4635d60d5ccf4283a7268db5d1b99fe.zip |
Updated to latest Scintilla hg to get `lexer.fold_consecutive_lines()`.
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 6b4f5cce..4b1aaf63 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 = d1b254905c74.zip +scintilla_zip = 9e79ba3e1394.zip lua_tgz = lua-5.3.5.tar.gz lpeg_tgz = lpeg-1.0.2.tar.gz lfs_zip = v1_7_0_2.zip |