We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 918b0f0 commit 1bb85d4Copy full SHA for 1bb85d4
1 file changed
lua/fzf-lua/config.lua
@@ -88,7 +88,7 @@ M.globals = setmetatable({}, {
88
setup_value[k][1] == true and
89
utils.map_tolower(fzflua_default[k], exclude_case_sensitive_alt) or {})
90
or utils.map_tolower(utils.tbl_deep_clone(fzflua_default[k]), exclude_case_sensitive_alt)
91
- if ret[k] and ret[k][1] == true then
+ if ret[k] and ret[k][1] ~= nil then
92
-- Remove the [1] indicating inheritance from defaults and
93
ret[k][1] = nil
94
end
0 commit comments