diff options
author | 2011-04-20 21:49:02 -0400 | |
---|---|---|
committer | 2011-04-20 21:49:02 -0400 | |
commit | 097be74aaf0029c00f7f5c05b655c3b7f31803ff (patch) | |
tree | de6ec13e584d8ebb302a7783340c8d388bd373cf /modules/textadept/keys.lua | |
parent | a5eb29304fa2b41113bf0aa2144749073c3511ac (diff) | |
download | textadept-097be74aaf0029c00f7f5c05b655c3b7f31803ff.tar.gz textadept-097be74aaf0029c00f7f5c05b655c3b7f31803ff.zip |
Fixed incorrect key command; modules/textadept/keys.lua
Diffstat (limited to 'modules/textadept/keys.lua')
-rw-r--r-- | modules/textadept/keys.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua index 7188a5d6..7cceedf4 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.lua @@ -107,7 +107,7 @@ if not OSX then keys['c\n\r'] = { m_editing.autocomplete_word, '%w_' } -- win32 keys.cq = m_editing.block_comment -- TODO: { m_editing.current_word, 'delete' } - keys.csh = m_editing.highlight_word + keys.cH = m_editing.highlight_word -- TODO: m_editing.transpose_chars -- TODO: m_editing.convert_indentation keys.ac = { -- enClose in... |