From 5f4fbc763a90a38508a0a7d4f4ae7a2262ecbd39 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 25 Apr 2018 22:52:33 -0400 Subject: Removed LuaJIT version of Textadept. Also updated to Lua 5.3 syntax where held back by LuaJIT's 5.1/5.2 syntax. --- scripts/osx/textadept_osx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'scripts/osx') diff --git a/scripts/osx/textadept_osx b/scripts/osx/textadept_osx index 5575c9a0..76edf9e8 100755 --- a/scripts/osx/textadept_osx +++ b/scripts/osx/textadept_osx @@ -23,6 +23,4 @@ if [ x`echo "x$1" | sed -e "s/^x-psn_.*//"` == x ]; then shift 1; fi if [ -f $HOME/.textadept/osx_env.sh ]; then . $HOME/.textadept/osx_env.sh; fi # Run Textadept. -textadept=textadept -if [ ! -z $TEXTADEPTJIT ]; then textadept=textadeptjit; fi -exec "$bundle/Contents/MacOS/$textadept" "$@" +exec "$bundle/Contents/MacOS/textadept" "$@" -- cgit v1.2.3