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
|
||||
if len(nls) >= 1
|
||||
setl cul
|
||||
if s:itemtype != 2
|
||||
cal sort(nls, 's:compare')
|
||||
endif
|
||||
if s:mwreverse
|
||||
cal reverse(nls)
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user