Skip to content

Commit

Permalink
Skip unnecessary window close that makes an error
Browse files Browse the repository at this point in the history
  • Loading branch information
KSR-Yasuda committed Mar 31, 2022
1 parent 8f2ca92 commit 88233cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion autoload/tabman.vim
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ fu! s:ManDelete(...)
let [currtab, currwin, s:snew] = [tabpagenr(), winnr(), 1]
cal s:ManSelect()
clo
exe 'tabn' currtab '|' currwin.'winc w'
unl s:snew
en
cal s:ManRestore()
Expand Down

0 comments on commit 88233cd

Please sign in to comment.