From fc20fd1a9b74c1059775446baf921181433801aa Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 15 Jun 2016 08:49:28 -0400 Subject: Removed explicit detection and use of extinct CR line endings. It's quite possible some of Textadept's functions didn't handle them properly anyway. --- modules/textadept/keys.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/textadept/keys.lua') diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua index 79ed95ea..c95673c4 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.lua @@ -109,7 +109,6 @@ local M = {} -- Ctrl+Alt+Shift+T|^⇧T |M-T
M-S-T|Toggle use tabs -- Ctrl+Alt+I |^I |M-I |Convert indentation -- None |None |None |CR+LF EOL mode --- None |None |None |CR EOL mode -- None |None |None |LF EOL mode -- None |None |None |UTF-8 encoding -- None |None |None |ASCII encoding @@ -441,7 +440,6 @@ keys[not OSX and (GUI and 'cai' or 'mi') or 'ci'] = textadept.editing.convert_indentation -- EOL Mode. -- TODO: m_buffer[_L['_EOL Mode']][_L['CRLF']][2] --- TODO: m_buffer[_L['_EOL Mode']][_L['CR']][2] -- TODO: m_buffer[_L['_EOL Mode']][_L['LF']][2] -- Encoding. -- TODO: m_buffer[_L['E_ncoding']][_L['_UTF-8 Encoding']][2] -- cgit v1.2.3