From 49ba42eff07ce4260f34de2fba8725378777ad21 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 19 Jul 2009 21:14:31 -0400 Subject: Fix core/ext/key_commands.lua to run on OSX. --- core/ext/key_commands.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/ext/key_commands.lua') diff --git a/core/ext/key_commands.lua b/core/ext/key_commands.lua index f8e3ceec..9a98612c 100644 --- a/core/ext/key_commands.lua +++ b/core/ext/key_commands.lua @@ -281,7 +281,7 @@ else keys.ag = { t.find.call_find_next } keys.sag = { t.find.call_find_prev } keys.ar = { t.find.call_replace } - keys.ai = { f.find.find_incremental } + keys.ai = { t.find.find_incremental } keys.saf = { function() t.find.in_files = true -- cgit v1.2.3