hash key update

neovim_0.7
ray-x 2 years ago
parent cfe8738ad5
commit 0346fc3c0f

@ -722,7 +722,7 @@ local function setup(user_opts)
end end
end end
_LoadedFiletypes[ft] = true _LoadedFiletypes[ft..tostring(bufnr)] = true
user_opts = vim.list_extend(user_opts, config) -- incase setup was triggered from autocmd user_opts = vim.list_extend(user_opts, config) -- incase setup was triggered from autocmd
if ft == nil then if ft == nil then

Loading…
Cancel
Save