Thu, 26 Jun 2014 01:19:42 -0400
Disable fuzzy match (too fuzzy)
.vimrc | file | annotate | diff | comparison | revisions |
--- a/.vimrc +++ b/.vimrc @@ -271,9 +271,9 @@ let g:tagbar_type_perl = { " > Unite -call unite#filters#matcher_default#use(['matcher_fuzzy']) +" call unite#filters#matcher_default#use(['matcher_fuzzy']) call unite#filters#sorter_default#use(['sorter_rank']) -let g:unite_source_history_yank_enable = 1 +" let g:unite_source_history_yank_enable = 1 if executable('ag') let g:unite_source_grep_command = 'ag'