From 095980fbbc1f5f4956afdee2802b87ce45f245e7 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 16 Sep 2013 21:26:43 -0400 Subject: Removed the `SC_` prefix from constants in `_SCINTILLA.constants`. Also removed more unused constants. --- modules/textadept/keys.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/textadept/keys.lua') diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua index f7cb599b..c140c095 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.lua @@ -511,9 +511,9 @@ if CURSES then keys.mT = keys.mt end -- in case mt is used by GUI terminals keys[not OSX and (not CURSES and 'cai' or 'mi') or 'ci'] = editing.convert_indentation -- EOL Mode. --- TODO: {utils.set_eol_mode, buffer.SC_EOL_CRLF} --- TODO: {utils.set_eol_mode, buffer.SC_EOL_CR} --- TODO: {utils.set_eol_mode, buffer.SC_EOL_LF} +-- TODO: {utils.set_eol_mode, buffer.EOL_CRLF} +-- TODO: {utils.set_eol_mode, buffer.EOL_CR} +-- TODO: {utils.set_eol_mode, buffer.EOL_LF} -- Encoding. -- TODO: {utils.set_encoding, 'UTF-8'} -- TODO: {utils.set_encoding, 'ASCII'} -- cgit v1.2.3