From 5a50a7e55b870ae66a6bb69fcd3a7bd1841f3d9b Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 21 Jul 2012 09:34:51 -0400 Subject: 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 e3d7eaed..f38de109 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.lua @@ -177,8 +177,8 @@ keys[not OSX and 'cs' or 'ms'] = buffer.save keys[not OSX and (not NCURSES and 'cS' or 'cms') or 'mS'] = buffer.save_as keys[not OSX and 'cw' or 'mw'] = buffer.close keys[not OSX and (not NCURSES and 'cW' or 'cmw') or 'mW'] = io.close_all --- TODO: m_textadept.sessions.prompt_load --- TODO: m_textadept.sessions.prompt_save +-- TODO: m_textadept.sessions.load +-- TODO: m_textadept.sessions.save keys[not OSX and 'cq' or 'mq'] = quit -- Edit. -- cgit v1.2.3