We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a16c537 commit 1e866ccCopy full SHA for 1e866cc
1 file changed
lua/fzf-lua/utils.lua
@@ -979,10 +979,6 @@ function M.load_profiles(profiles, silent)
979
profiles = type(profiles) == "table" and profiles
980
or type(profiles) == "string" and { profiles }
981
or {}
982
- -- If the use specified only the "hide" profile, inherit the defaults
983
- if #profiles == 1 and profiles[1] == "hide" then
984
- table.insert(profiles, 1, "default")
985
- end
986
for _, profile in ipairs(profiles) do
987
-- backward compat, renamed "borderless_full" > "borderless-full"
988
if profile == "borderless_full" then profile = "borderless-full" end
0 commit comments