summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-10-26 21:40:20 -0400
committerJesse Luehrs <doy@tozt.net>2013-10-27 04:31:58 -0400
commitfd75fb60f19c7b58eb9305affc3c830457ba46aa (patch)
tree8dcfd479e504ef8520e1e90df03fdc0133d21106 /vimrc
parenta8095a956a8ec482dea350c63429641f6a484e92 (diff)
downloadconf-fd75fb60f19c7b58eb9305affc3c830457ba46aa.tar.gz
conf-fd75fb60f19c7b58eb9305affc3c830457ba46aa.zip
don't need this anymore
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 6c860ac..77a638d 100644
--- a/vimrc
+++ b/vimrc
@@ -687,7 +687,6 @@ if filereadable("dist.ini")
let rec_exclude .= '\|^' . fnamemodify('.', ':p:h:t') . '-'
endif
call unite#custom#source('file_rec', 'ignore_pattern', rec_exclude)
-call unite#custom#profile('default', 'ignorecase', 1)
autocmd FileType unite call s:unite_my_settings()
function! s:unite_my_settings()
nmap <silent><buffer> \ <Plug>(unite_exit)