How can I make vim highlight the current line on only the active buffer?

Viewed 2001

I have set cursorline in my vimrc. Is there any way to make vim highlight only the current line in the active buffer instead of all buffers?

4 Answers
Related