1210 silent migrate more options (#1215)

This commit is contained in:
Alexander Courtis
2022-05-07 19:13:46 +10:00
committed by GitHub
parent 483f1550d1
commit 97d8557cb2
2 changed files with 26 additions and 12 deletions

View File

@@ -426,10 +426,6 @@ local DEFAULT_OPTS = { -- BEGIN_DEFAULT_OPTS
} -- END_DEFAULT_OPTS
local function merge_options(conf)
if conf and conf.update_to_buf_dir then
conf.hijack_directories = conf.update_to_buf_dir
conf.update_to_buf_dir = nil
end
return vim.tbl_deep_extend("force", DEFAULT_OPTS, conf or {})
end