Merge branch 'develop'

This commit is contained in:
Kien N 2011-09-10 03:03:52 +07:00
commit 309edd4c40

View File

@ -747,7 +747,7 @@ func! s:AcceptSelection(mode,...) "{{{
else else
exe 'bo '.cmd.' '.filepath exe 'bo '.cmd.' '.filepath
endif endif
if exists('s:jmpln') && empty('s:jmpln') if exists('s:jmpln') && !empty('s:jmpln')
exe s:jmpln exe s:jmpln
keepj norm! 0zz keepj norm! 0zz
endif endif