Friday, March 6, 2015

Re: Netrw sorting of punctuations in file names

Paul wrote:
> I'm noticing that netrw v149 lists files sorted by name in the
> following order:
>
> 20140220.1112+20140224.1416.zip*
> 20140220.1112.zip*
>
> In contrast, bash and Windows Explorer lists the files in the reverse
> order:
>
> 20140220.1112.zip*
> 20140220.1112+20140224.1416.zip*
>
> I prefer the latter over the former. Is there a convenient setting
> that will cause netrw to do this?
>
Netrw's sorting is done by vim's :sort command. So I suggest looking at

:help g:netrw_sort_options
:help :sort

and see what you can do.

Chip Campbell

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: