diff options
Diffstat (limited to 'modules/textadept/keys.lua')
-rw-r--r-- | modules/textadept/keys.lua | 6 |
1 files changed, 3 insertions, 3 deletions
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'} |