diff --git a/bundle/git.vim/lua/git/ui/remote.lua b/bundle/git.vim/lua/git/ui/remote.lua index 4cabefa3c..b25c4f032 100644 --- a/bundle/git.vim/lua/git/ui/remote.lua +++ b/bundle/git.vim/lua/git/ui/remote.lua @@ -145,7 +145,7 @@ end local function view_git_log() local cursor_info = get_cursor_info() if cursor_info.branch then - log.debug('run command:' .. 'Git log ' .. cursor_info.branch) + log.debug('run command:' .. 'tabnew | Git log ' .. cursor_info.branch) vim.api.nvim_command('Git log ' .. cursor_info.branch) end end