Compare commits

..

2 Commits

Author SHA1 Message Date
Erik Lilja d724b64371
Merge 5b9ec99fe4 into 60cf258a9a 2024-11-10 15:55:14 +01:00
Folke Lemaitre 60cf258a9a
fix(docs): always update helptags for local plugins 2024-11-10 07:28:51 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ M.build = {
M.docs = { M.docs = {
skip = function(plugin) skip = function(plugin)
return not plugin._.dirty return not plugin._.is_local and not plugin._.dirty
end, end,
run = function(self) run = function(self)
local docs = self.plugin.dir .. "/doc" local docs = self.plugin.dir .. "/doc"