aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/ext/key_commands.lua2
1 files changed, 1 insertions, 1 deletions
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