Skip to content

Commit

Permalink
Merge pull request #41 from savq/dev
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
savq authored Jun 9, 2021
2 parents e127a28 + 063d784 commit 74ba649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/paq-nvim.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ local function ops_counter()
}
end

ops = ops_counter -- FIXME: This is a hack to keep the old paq system and the new __call system working
ops = ops_counter() -- FIXME: This is a hack to keep the old paq system and the new __call system working

local function get_count(op, result, total)
local c = ops[op]
Expand Down

0 comments on commit 74ba649

Please sign in to comment.