From 83acfd9b74600610bab990b6450a7d049c41a74c Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 22 Oct 2012 12:49:29 -0400 Subject: Fix string collation bug in ncurses due to CDK. CDK would reset locale settings so autocomplete lists would not sort correctly. --- core/init.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'core/init.lua') diff --git a/core/init.lua b/core/init.lua index fe1a6e05..a0da9f94 100644 --- a/core/init.lua +++ b/core/init.lua @@ -3,7 +3,6 @@ _RELEASE = "Textadept 6.0 beta 3" package.path = _HOME..'/core/?.lua;'..package.path -os.setlocale('C', 'collate') if jit then require 'compat' end -- compatibility for LuaJIT _SCINTILLA = require 'iface' -- cgit v1.2.3