diff options
author | 2009-02-15 23:41:00 -0500 | |
---|---|---|
committer | 2009-02-15 23:41:00 -0500 | |
commit | 825f6a76c4c938f0978a9454b20e9ac502a246fc (patch) | |
tree | 5d68de0339d7af2b276f022692609ce9052f9ef0 /core/ext/key_commands.lua | |
parent | 8a17d69de5c83a02f53a9aa2f2c3689b875d3814 (diff) | |
download | textadept-825f6a76c4c938f0978a9454b20e9ac502a246fc.tar.gz textadept-825f6a76c4c938f0978a9454b20e9ac502a246fc.zip |
Removed buggy 'Select in Structure' from _m.textadept.editing.
Diffstat (limited to 'core/ext/key_commands.lua')
-rw-r--r-- | core/ext/key_commands.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/ext/key_commands.lua b/core/ext/key_commands.lua index f8110e4c..5d9d7f17 100644 --- a/core/ext/key_commands.lua +++ b/core/ext/key_commands.lua @@ -77,7 +77,6 @@ if not MAC then c = { m_editing.enclose, 'chars' }, } keys.as = { -- select in... - e = { m_editing.select_enclosed }, t = { m_editing.select_enclosed, 'tags' }, ['"'] = { m_editing.select_enclosed, 'dbl_quotes' }, ["'"] = { m_editing.select_enclosed, 'sng_quotes' }, |