parent
675faa77f8
commit
6c49f2a5b2
@ -759,8 +759,10 @@ fu! s:PrtDeleteMRU()
|
|||||||
endf
|
endf
|
||||||
|
|
||||||
fu! s:PrtExit()
|
fu! s:PrtExit()
|
||||||
if !has('autocmd') | cal s:Close() | en
|
if bufnr('%') == s:bufnr && bufname('%') == 'ControlP'
|
||||||
exe ( winnr('$') == 1 ? 'bw!' : 'winc p' )
|
if !has('autocmd') | cal s:Close() | en
|
||||||
|
exe ( winnr('$') == 1 ? 'bw!' : 'winc p' )
|
||||||
|
en
|
||||||
endf
|
endf
|
||||||
|
|
||||||
fu! s:PrtHistory(...)
|
fu! s:PrtHistory(...)
|
||||||
|
Loading…
Reference in New Issue
Block a user