From 103adc4b88142d15de805748426607eb3d94dc94 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Fri, 19 Sep 2014 15:54:46 +0200 Subject: [PATCH] update vimrc to work with latest unite.vim --- vimrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index e9fff82..e41ae1c 100644 --- a/vimrc +++ b/vimrc @@ -118,8 +118,10 @@ if executable('ag') endif call unite#filters#matcher_default#use(['matcher_fuzzy']) call unite#filters#sorter_default#use(['sorter_selecta']) -call unite#custom#profile('default', 'ignorecase', '1') -call unite#custom#profile('default', 'smartcase', '1') +call unite#custom#profile('default', 'context', { + \ 'ignorecase': 1, + \ 'smartcase': 1, + \ }) " The prefix key nnoremap [unite] nmap [unite]