Skip to content

Commit

Permalink
Fix missing check for enable_nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
rbong committed Aug 15, 2024
1 parent 43fa0a8 commit 61d69ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/flog/graph.lua
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ local function flog_get_graph(
vim_commits = vim.list()
vim_commits_by_hash = vim.dict()
vim_line_commits = vim.list()
else
elseif enable_nvim then
vim_out = {}
vim_commits = {}
vim_commits_by_hash = { [vim.type_idx] = vim.types.dictionary }
Expand Down

0 comments on commit 61d69ba

Please sign in to comment.