don't sort MRU files
This commit is contained in:
parent
ea9b342125
commit
8569c1257a
@ -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
|
||||||
cal sort(nls, 's:compare')
|
if s:itemtype != 2
|
||||||
|
cal sort(nls, 's:compare')
|
||||||
|
endif
|
||||||
if s:mwreverse
|
if s:mwreverse
|
||||||
cal reverse(nls)
|
cal reverse(nls)
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user