From 23993570e56b1f2b356b8905649f82f8947aac2d Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 18 Oct 2017 04:19:34 -0400 Subject: fix list of buffer names to ignore --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index eef3d37..8d5fbb3 100644 --- a/vimrc +++ b/vimrc @@ -356,7 +356,7 @@ if $SHELL =~ 'zsh' && exists('g:_zsh_hist_fname') let to_append = expand("%:~:.") " XXX these set buftype too late to be caught by this... " this is broken, but not sure what a better fix is - if &buftype == '' && to_append !~ '^\(__Gundo\|vimfiler:\|Startify\|\[calendar\]\)' + if &buftype == '' && to_append !~ '^\(__Gundo\|Startify\|\[denite\]\)' if !has_key(s:initial_files, to_append) if filereadable(g:_zsh_hist_fname) let hist = readfile(g:_zsh_hist_fname) -- cgit v1.2.3-54-g00ecf