Skip to content

Instantly share code, notes, and snippets.

@jakar
Created August 16, 2012 19:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakar/3372724 to your computer and use it in GitHub Desktop.
Save jakar/3372724 to your computer and use it in GitHub Desktop.
vim: set wildignorecase (comment on http://stackoverflow.com/a/4780444/320418)
if exists("&wildignorecase")
set wildignorecase
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment