memo
2011-01-13
vim でカーソルがある位置の syntax 名を取得する方法
:echo synIDattr(synID(line('.'), col('.'), 0), 'name')