Skip to content

Instantly share code, notes, and snippets.

@seven1m
Created July 1, 2011 03:09
Show Gist options
  • Select an option

  • Save seven1m/1057798 to your computer and use it in GitHub Desktop.

Select an option

Save seven1m/1057798 to your computer and use it in GitHub Desktop.
FIXED: FuzzyFinder in Vim 7.3 setting nobuflisted on some buffers
diff --git a/plugin/fuzzyfinder.vim b/plugin/fuzzyfinder.vim
index a717bfd..f5d42fa 100644
--- a/plugin/fuzzyfinder.vim
+++ b/plugin/fuzzyfinder.vim
@@ -872,6 +872,7 @@ endfunction
"
function! g:FuzzyFinderMode.Buffer.on_buf_enter()
call self.update_buf_times()
+ setlocal buflisted
endfunction
"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment