Skip to content

Instantly share code, notes, and snippets.

@amadeus
Created October 2, 2013 18:04
Show Gist options
  • Select an option

  • Save amadeus/6797878 to your computer and use it in GitHub Desktop.

Select an option

Save amadeus/6797878 to your computer and use it in GitHub Desktop.
function! SynStack()
echo join(map(synstack(line('.'), col('.')), 'synIDattr(v:val, "name")'), " > ")
endfunc
nnoremap <F7> :call SynStack()<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment