diff options
author | 2018-03-25 17:02:19 -0400 | |
---|---|---|
committer | 2018-03-25 17:02:19 -0400 | |
commit | 19c485ca82cf49432999449e26af86797f112796 (patch) | |
tree | f87c6577f3044bc9684ca277800416b9fd16afdf /src | |
parent | 7d9db724a530d62f4d63a7b9543bc754f21041e4 (diff) | |
download | textadept-19c485ca82cf49432999449e26af86797f112796.tar.gz textadept-19c485ca82cf49432999449e26af86797f112796.zip |
Removed call restriction on `buffer.set_theme()` and added initial `buffer` arg.
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 50dc6bce..926d9a9b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -401,7 +401,7 @@ else lspawn_url = http://foicica.com/hg/lspawn/archive/tip.zip endif -scintilla_zip = 80bcec2634db.zip +scintilla_zip = 2b68221be146.zip lua_tgz = lua-5.3.4.tar.gz lpeg_tgz = lpeg-1.0.0.tar.gz lfs_zip = v_1_6_3.zip |