We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd99e43 commit 477402bCopy full SHA for 477402b
1 file changed
autoload/ctrlp.vim
@@ -907,6 +907,7 @@ fu! s:PrtDeleteMRU()
907
endf
908
909
fu! s:PrtExit()
910
+ exe bufwinnr(s:bufnr).'winc w'
911
if bufnr('%') == s:bufnr && bufname('%') == 'ControlP'
912
noa cal s:Close(1)
913
noa winc p
0 commit comments