Created
May 9, 2010 12:52
-
-
Save soh335/395138 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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