Created
December 1, 2011 06:55
-
-
Save saihoooooooo/1414462 to your computer and use it in GitHub Desktop.
my unite_source_file_mru_ignore_pattern
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let g:unite_source_file_mru_ignore_pattern = '' | |
let g:unite_source_file_mru_ignore_pattern .= '\~$' | |
let g:unite_source_file_mru_ignore_pattern .= '\|\.\%(o\|exe\|dll\|bak\|sw[po]\)$' | |
let g:unite_source_file_mru_ignore_pattern .= '\|\%(^\|/\)\.\%(hg\|git\|bzr\|svn\)\%($\|/\)' | |
let g:unite_source_file_mru_ignore_pattern .= '\|^\%(\\\\\|/mnt/\|/media/\|/Volumes/\)' | |
let g:unite_source_file_mru_ignore_pattern .= '\|AppData/Local/Temp' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment