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
exe 'bo '.cmd.' '.filepath
endif
if exists('s:jmpln') && empty('s:jmpln')
if exists('s:jmpln') && !empty('s:jmpln')
exe s:jmpln
keepj norm! 0zz
endif