Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some options for better file list sorting #36

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

netj
Copy link
Contributor

@netj netj commented Jun 13, 2014

  • g:netrw_sort_case_sensitive
  • g:netrw_sort_dirs_first
  • g:netrw_sort_dotfiles_first

For the last g:netrw_sort_dotfiles_first option to work, a fixed version of $VIMRUNTIME/autoload/netrw.vim is required.
(See: vim/vim#853, originally https://code.google.com/p/vim/issues/detail?id=233)
Maybe I should split this PR and we should wait until that netrw.vim patch gets into Vim.

netj and others added 2 commits June 13, 2014 12:35
- `g:netrw_sort_case_sensitive`
- `g:netrw_sort_dirs_first`
- `g:netrw_sort_dotfiles_first`

For the last `g:netrw_sort_dotfiles_first` option to work, a fixed
version of `$VIMRUNTIME/autoload/netrw.vim` is required.
(See: https://code.google.com/p/vim/issues/detail?id=233)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant