Skip to content

Instantly share code, notes, and snippets.

@seagoj
Created September 29, 2014 20:50
Show Gist options
  • Save seagoj/db02f7fdacabd3a22080 to your computer and use it in GitHub Desktop.
Save seagoj/db02f7fdacabd3a22080 to your computer and use it in GitHub Desktop.
Vimscript Issue
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