Move command to show highlight groups.

This commit is contained in:
Max Bucknell 2014-11-24 05:46:09 +00:00
parent 3aecf8a763
commit b7e399a9c0

View file

@ -183,7 +183,7 @@ inoremap <s-tab> <c-n>
let g:vim_json_syntax_conceal = 0 let g:vim_json_syntax_conceal = 0
" Show syntax highlighting groups for word under cursor " Show syntax highlighting groups for word under cursor
nmap <C-S-P> :call <SID>SynStack()<CR> nmap <leader>\ :call <SID>SynStack()<CR>
function! <SID>SynStack() function! <SID>SynStack()
if !exists("*synstack") if !exists("*synstack")
return return