aboutsummaryrefslogtreecommitdiffstats
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 3f4e146..b9e336a 100644
--- a/init.lua
+++ b/init.lua
@@ -103,7 +103,7 @@ local function operator_new(key, handler, object, motion, help, novisual)
end
local function preprocess(tbl)
- local cfg, ord = {}, P(-1)
+ local cfg, ord = {}, P(false)
for _, options in ipairs(tbl) do
for i, key in ipairs(options) do
cfg[key] = {i, options}