1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-11 17:15:46 +08:00

chore(todo): add todo item for git log

This commit is contained in:
Eric Wong 2024-02-25 14:18:15 +08:00
parent 4e3bdac883
commit 89ddeb2497

@ -111,6 +111,9 @@ endfunction
function! s:close_log_win() abort function! s:close_log_win() abort
call s:closeShowCommitWindow() call s:closeShowCommitWindow()
" @todo check if it is last win in current tab
"
" if it is the last win in current tab, use `:quit` instead
try try
bp bp
catch /^Vim\%((\a\+)\)\=:E85/ catch /^Vim\%((\a\+)\)\=:E85/