Fix #200
This commit is contained in:
parent
369bd81bbd
commit
4a4900ff09
@ -982,7 +982,7 @@ fu! s:OpenMulti()
|
|||||||
let mkd = values(s:marked)
|
let mkd = values(s:marked)
|
||||||
cal s:sanstail(join(s:prompt, ''))
|
cal s:sanstail(join(s:prompt, ''))
|
||||||
cal s:PrtExit()
|
cal s:PrtExit()
|
||||||
if !nr || md == 'i'
|
if nr == '0' || md == 'i'
|
||||||
retu map(mkd, "s:openfile('bad', fnamemodify(v:val, ':.'), '')")
|
retu map(mkd, "s:openfile('bad', fnamemodify(v:val, ':.'), '')")
|
||||||
en
|
en
|
||||||
" Move the cursor to a reusable window
|
" Move the cursor to a reusable window
|
||||||
|
Loading…
x
Reference in New Issue
Block a user