diff options
author | yushyin <yushyin@saga> | 2016-02-13 16:08:22 +0100 |
---|---|---|
committer | yushyin <yushyin@saga> | 2016-02-13 16:08:22 +0100 |
commit | 0ceac89e28257375bd7c1238aab856acb6e7be84 (patch) | |
tree | c67388424f77cc7f7d7ecfeeae533963d6440cba /vim/plugrc | |
parent | 497947520e4e3a307d7783052c7334daffe0146e (diff) | |
download | dotfiles-0ceac89e28257375bd7c1238aab856acb6e7be84.tar.gz dotfiles-0ceac89e28257375bd7c1238aab856acb6e7be84.tar.xz |
Unite: Update on source config
Diffstat (limited to 'vim/plugrc')
-rw-r--r-- | vim/plugrc/unite.rc.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/plugrc/unite.rc.vim b/vim/plugrc/unite.rc.vim index 909c6dc..dbe55b7 100644 --- a/vim/plugrc/unite.rc.vim +++ b/vim/plugrc/unite.rc.vim @@ -1,3 +1,4 @@ +let g:unite_redraw_hold_candidates = 50000 call unite#filters#matcher_default#use(['matcher_fuzzy']) autocmd FileType unite call s:unite_my_settings() function! s:unite_my_settings() |