Skip to content

Instantly share code, notes, and snippets.

@soh335
Created May 9, 2010 12:52
Show Gist options
  • Save soh335/395138 to your computer and use it in GitHub Desktop.
Save soh335/395138 to your computer and use it in GitHub Desktop.
diff --git a/.vim/autoload/fuf/tag.vim b/.vim/autoload/fuf/tag.vim
index bf566f0..2eb2e83 100644
--- a/.vim/autoload/fuf/tag.vim
+++ b/.vim/autoload/fuf/tag.vim
@@ -174,7 +174,9 @@ endfunction
"
function s:handler.onModeLeavePost(opened)
- let &l:tags = ''
+ if a:opened == 1
+ let &l:tags = ''
+ endif
endfunction
" }}}1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment