diff options
| author | 2009-02-22 18:10:30 -0500 | |
|---|---|---|
| committer | 2009-02-22 18:10:30 -0500 | |
| commit | 4a245bd4c1db90045988035facad3e55d2b6f45d (patch) | |
| tree | 7cb841baf83ff68fb027ea52a735bd660547dba3 /core/ext | |
| parent | 6d0c74865a9895e8b43e62672ca334d5209cc8d3 (diff) | |
| download | textadept-4a245bd4c1db90045988035facad3e55d2b6f45d.tar.gz textadept-4a245bd4c1db90045988035facad3e55d2b6f45d.zip | |
Fixed key command shortcut for m_snippets.list; core/ext/key_commands.lua.
Diffstat (limited to 'core/ext')
| -rw-r--r-- | core/ext/key_commands.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ext/key_commands.lua b/core/ext/key_commands.lua index 19f87fff..803fa2cd 100644 --- a/core/ext/key_commands.lua +++ b/core/ext/key_commands.lua @@ -109,7 +109,7 @@ if not MAC then keys['\t'] = { m_snippets.insert } keys['s\t'] = { m_snippets.prev } keys.cai = { m_snippets.cancel_current } - keys.casi = { m_snippets.list } + keys.csai = { m_snippets.list } keys.ai = { m_snippets.show_style } -- Multiple Line Editing local m_mlines = _m.textadept.mlines |
