diff --git a/lua/dpp.lua b/lua/dpp.lua index dbc48d7..6a1f087 100644 --- a/lua/dpp.lua +++ b/lua/dpp.lua @@ -11,7 +11,7 @@ local M = setmetatable({}, { local ret = vim.call('dpp#' .. key, ...) -- NOTE: For boolean functions - if type(ret) ~= 'table' and (vim.startswith(key, 'check_') or vim.startswith(key, 'is_')) then + if type(ret) ~= 'table' and (vim.startswith(key, 'check_') or vim.startswith(key, 'is_')) or key == 'min#load_state' then ret = ret ~= 0 end