Typo in theme development helper

pull/2/head
Bodaniel Jeanes 2011-11-08 00:30:01 -06:00
parent a5915fd45c
commit 20556b66a0
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ map <Leader>rt :!ctags --extra=+f -R *<CR><CR>
set tags=tmp/tags;/,./tmp/tags;/,tags;/,./tags;/
" Theme development help
cmap <F10> :echo "hi<" . synIDattr(synID(line("."),col("."),1),"name") . '> trans<'
nmap <F10> :echo "hi<" . synIDattr(synID(line("."),col("."),1),"name") . '> trans<'
\ . synIDattr(synID(line("."),col("."),0),"name") . "> lo<"
\ . synIDattr(synIDtrans(synID(line("."),col("."),1)),"name") . ">"<CR>