From cec33e5615116147330dce0c6109f34db93c01b1 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 5 Aug 2011 12:18:14 +1000 Subject: Fix for infinite loop bug when typing "goto " at the end of the program. --- lexers/LexLua.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lexers/LexLua.cxx b/lexers/LexLua.cxx index 0bf4aeea2..9e48efcd9 100644 --- a/lexers/LexLua.cxx +++ b/lexers/LexLua.cxx @@ -202,7 +202,7 @@ static void ColouriseLuaDoc( sc.ChangeState(SCE_LUA_WORD); if (strcmp(s, "goto") == 0) { // goto