summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-10-26 20:52:51 -0400
committerJesse Luehrs <doy@tozt.net>2013-10-27 04:31:58 -0400
commitd5d120ee6df3b4521547fe83e376a6ccc406f3e3 (patch)
treea6f2cc1523f3ef2d0dcae37a0dd8df089494575d /vimrc
parent3b274d247220adf02c0ef75ff14124bded1567e1 (diff)
downloadconf-d5d120ee6df3b4521547fe83e376a6ccc406f3e3.tar.gz
conf-d5d120ee6df3b4521547fe83e376a6ccc406f3e3.zip
remove the rest of the fuzzyfinder config
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vimrc b/vimrc
index efc037f..f5d2676 100644
--- a/vimrc
+++ b/vimrc
@@ -352,9 +352,9 @@ if $SHELL =~ 'zsh' && exists('g:_zsh_hist_fname')
endfunction
function! s:zsh_hist_append ()
let to_append = expand("%")
- " XXX fuzzyfinder sets buftype too late to be caught by this... this
+ " XXX gundo sets buftype too late to be caught by this... this
" is broken, but not sure what a better fix is
- if &buftype == '' && to_append != "[fuf]" && to_append !~ "^__Gundo"
+ if &buftype == '' && to_append !~ "^__Gundo"
if !has_key(s:initial_files, to_append)
if filereadable(g:_zsh_hist_fname)
let hist = readfile(g:_zsh_hist_fname)