don't sort MRU files

This commit is contained in:
Kien N 2011-09-09 22:28:40 +07:00
parent ea9b342125
commit 8569c1257a

View File

@ -361,7 +361,9 @@ func! s:Renderer(lines) "{{{
" Output to buffer " Output to buffer
if len(nls) >= 1 if len(nls) >= 1
setl cul setl cul
if s:itemtype != 2
cal sort(nls, 's:compare') cal sort(nls, 's:compare')
endif
if s:mwreverse if s:mwreverse
cal reverse(nls) cal reverse(nls)
endif endif