refactor: rename status_util_ok to status_packer_util_ok

pull/138/head
Robson Roberto Souza Peixoto 3 years ago
parent 7881ea0843
commit 0bd31218df

@ -12,8 +12,8 @@ local status_ok, packer = pcall(require, "packer")
if not status_ok then
return
end
local status_util_ok, packer_util = pcall(require, "packer.util")
if not status_util_ok then
local status_packer_util_ok, packer_util = pcall(require, "packer.util")
if not status_packer_util_ok then
return
end

Loading…
Cancel
Save