kib2 wrote:
Hi Vimers,I wanted to know if there's a way to show the highlighting scope of the word under the cursor in my statusbar.Cheers, Kib
see
(a) finding out the syntax group under the cursor
:help synID()
:help synIDattr()
:help synIDtrans()
(b) customizing the status line
:help 'statusline'
Best regards,
Tony.
