Skip to content

Commit b75fc31

Browse files
Sander van Harmelenmattn
authored andcommitted
Revert #302
1 parent 9c8167f commit b75fc31

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

autoload/ctrlp.vim

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -920,13 +920,10 @@ fu! s:PrtDeleteMRU()
920920
endf
921921

922922
fu! s:PrtExit()
923-
let bw = bufwinnr('%')
924923
exe bufwinnr(s:bufnr).'winc w'
925924
if bufnr('%') == s:bufnr && bufname('%') == 'ControlP'
926925
noa cal s:Close(1)
927926
noa winc p
928-
els
929-
exe bw.'winc w'
930927
en
931928
endf
932929

0 commit comments

Comments
 (0)