From e1e23ddef268163cec9e1d1fafbfda0b36917e77 Mon Sep 17 00:00:00 2001 From: rm-minus-rf Date: Fri, 17 Apr 2020 08:22:56 +0200 Subject: [PATCH] [Fix] add missing selector_cache declaration --- src/plugins/lua/force_actions.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/lua/force_actions.lua b/src/plugins/lua/force_actions.lua index caa03da64..e86892f6a 100644 --- a/src/plugins/lua/force_actions.lua +++ b/src/plugins/lua/force_actions.lua @@ -23,6 +23,7 @@ end local E = {} local N = 'force_actions' +local selector_cache = {} local fun = require "fun" local lua_util = require "lua_util" -- 2.39.5