Disable fuzzy match (too fuzzy)

Thu, 26 Jun 2014 01:19:42 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 26 Jun 2014 01:19:42 -0400
changeset 81
e8d13171bd0f
parent 80
e2d834280dae
child 82
4f2a76fb28a3

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'

mercurial