1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 10:40:03 +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

View File

@ -111,6 +111,9 @@ endfunction
function! s:close_log_win() abort
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
bp
catch /^Vim\%((\a\+)\)\=:E85/