Skip to content

Commit

Permalink
Fix parents in binary Lua
Browse files Browse the repository at this point in the history
  • Loading branch information
rbong committed Aug 17, 2024
1 parent aee1b2e commit 1aa5d90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/flog/graph.lua
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ function M.get_graph(
elseif enable_nvim then
vim_commit_parents = {}
vim_commit_merge_crossovers = { [vim.type_idx] = vim.types.dictionary }
else
vim_commit_parents = {}
end

-- Build commit output
Expand Down

0 comments on commit 1aa5d90

Please sign in to comment.