We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd6204 commit 932487fCopy full SHA for 932487f
1 file changed
plugin/acme.vim
@@ -589,7 +589,7 @@ function s:ListDir()
589
if !isdirectory(dir) || !&modifiable
590
return
591
endif
592
- let lst = ['..'] + readdir(dir, 1, {'sort': 'collate'})
+ let lst = ['..'] + readdir(dir, 1)
593
call map(lst, 'isdirectory(dir."/".v:val) ? v:val."/" : v:val')
594
let width = s:BufWidth(bufnr())
595
let lst = s:Columnate(lst, width)
0 commit comments