Created
September 29, 2014 20:50
-
-
Save seagoj/db02f7fdacabd3a22080 to your computer and use it in GitHub Desktop.
Vimscript Issue
This file contains 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
function! TagbarGotoTag() | |
normal! "zyiw | |
call tagbar#OpenWindow('fcj') | |
:exe "/".@z."" | |
" Need to send a carriage return here to select the tag | |
:nohlsearch | |
endfunction |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment