diff options
author | 2016-11-04 11:42:58 -0400 | |
---|---|---|
committer | 2016-11-04 11:42:58 -0400 | |
commit | 28285f671e4c681b8eb236a981bc4024050f0f1b (patch) | |
tree | 103d1e7e1052ee41ad30b223db950444fdbd177e /modules/textadept/keys.lua | |
parent | b965beae414d95a8382539f92f891b073edc5fcd (diff) | |
download | textadept-28285f671e4c681b8eb236a981bc4024050f0f1b.tar.gz textadept-28285f671e4c681b8eb236a981bc4024050f0f1b.zip |
Removed MacRoman encoding option, as OSX uses UTF-8 by default.
Diffstat (limited to 'modules/textadept/keys.lua')
-rw-r--r-- | modules/textadept/keys.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua index 7701f772..8221a5d4 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.lua @@ -115,7 +115,6 @@ local M = {} -- None |None |None |UTF-8 encoding -- None |None |None |ASCII encoding -- None |None |None |ISO-8859-1 encoding --- None |None |None |MacRoman encoding -- None |None |None |UTF-16 encoding -- Ctrl+Shift+L |⌘⇧L |M-S-L |Select lexer... -- F5 |F5 |^L<br/>F5 |Refresh syntax highlighting @@ -447,7 +446,6 @@ keys[not OSX and (GUI and 'cai' or 'mi') -- TODO: m_buffer[_L['E_ncoding']][_L['_UTF-8 Encoding']][2] -- TODO: m_buffer[_L['E_ncoding']][_L['_ASCII Encoding']][2] -- TODO: m_buffer[_L['E_ncoding']][_L['_ISO-8859-1 Encoding']][2] --- TODO: m_buffer[_L['E_ncoding']][_L['_MacRoman Encoding']][2] -- TODO: m_buffer[_L['E_ncoding']][_L['UTF-1_6 Encoding']][2] if GUI then keys[not OSX and 'ca\n' or 'c\n'] = m_buffer[_L['Toggle View _EOL']][2] |