Skip to content

Commit

Permalink
chore: autogen (vimdocs+formating)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadmansaleh authored and github-actions[bot] committed Jul 8, 2024
1 parent ff3fedb commit a023242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lualine/components/branch/git_branch.lua
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function M.find_git_dir(dir_path)
if oil_exists then
local ok, dir = pcall(oil.get_current_dir)
if ok and dir and dir ~= '' then
file_dir = vim.fn.fnamemodify(dir, ":p:h")
file_dir = vim.fn.fnamemodify(dir, ':p:h')
end
end

Expand Down

0 comments on commit a023242

Please sign in to comment.