Skip to content

Commit

Permalink
unimportant
Browse files Browse the repository at this point in the history
  • Loading branch information
capr committed Dec 26, 2017
1 parent be4f4e9 commit 71d6b40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions luapower.lua
Expand Up @@ -967,6 +967,7 @@ cats = memoize_package(function(package)
s:match'^%s*%*%s*%[([^%]]+)%]%s*(.-)%s*$' -- " * [name]"
if pkg then
if pkgs[pkg] then
note = note ~= '' and note or nil
table.insert(lastcat.packages, {name = pkg, note = note})
uncat[pkg] = nil
end
Expand Down

0 comments on commit 71d6b40

Please sign in to comment.