From 7db3af04cffe78db907d90330adf9929fa4cab32 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 21 Jul 2012 14:12:27 -0400 Subject: More Lua code cleanup and API changes. --- modules/textadept/keys.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/textadept/keys.lua') diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua index f38de109..6ec061e0 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.lua @@ -279,8 +279,8 @@ keys[not OSX and (not NCURSES and 'c|' or 'c\\') or 'm|'] = m_textadept.filter_through.filter_through -- Adeptsense. keys[not OSX and (not NCURSES and 'c ' or 'c@') - or 'aesc'] = m_textadept.adeptsense.complete_symbol -keys[not NCURSES and 'ch' or 'mh'] = m_textadept.adeptsense.show_documentation + or 'aesc'] = m_textadept.adeptsense.complete +keys[not NCURSES and 'ch' or 'mh'] = m_textadept.adeptsense.show_apidoc if NCURSES then keys.mH = keys.mh end -- in case mh is used by GUI terminals -- Snippets. keys[not OSX and (not NCURSES and 'ck' or 'mk') or 'a\t'] = m_snippets._select -- cgit v1.2.3