Skip to content

Commit

Permalink
silent! helptags. Fix #48
Browse files Browse the repository at this point in the history
  • Loading branch information
savq committed Jul 7, 2021
1 parent 3f24f7a commit 7da6fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/paq.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ local function update_count(op, result, total)
t = c[result]
if c.ok + c.err + c.nop == total then
Counter(op)
vim.cmd("packloadall! | helptags ALL")
vim.cmd("packloadall! | silent! helptags ALL")
end
return t
end
Expand Down

0 comments on commit 7da6fda

Please sign in to comment.