8000 Vim: alphabetize settings.vim by lencioni · Pull Request #1 · wincent/wincent · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Vim: alphabetize settings.vim #1

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

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vim/plugin/settings.vim
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ if has('persistent_undo')
endif

set virtualedit=block " allow cursor to move where there is no text in visual block mode
set whichwrap=b,h,l,s,<,>,[,],~ " allow <BS>/h/l/<Left>/<Right>/<Space>, ~ to cross line boundaries
set wildignore+=*.o,*.rej,tmp " patterns to ignore during file-navigation
set wildignore+=.git,.hg " version control meta data
set wildignore+=bower_components " typically lots of vendored files in here
set wildignore+=node_modules " again; often thousands of vendored files
set wildmenu " show options as list when switching buffers etc
set wildmode=longest:full,full " shell-like autocomplete to unambiguous portion
set whichwrap=b,h,l,s,<,>,[,],~ " allow <BS>/h/l/<Left>/<Right>/<Space>, ~ to cross line boundaries
0