Re: highlight CursorLine
I'm using ViEmu for VS and SQL Server Management Studio. I also use ReSharper and it provides highlighting for the current line in Visual Studio. However, it doesn't appear that I can highlight the current line in SSMS.
There is a post (highlight active line) that discusses adding support for highlighting the line that the cursor is on at some point. The post indicated that this was only supported in vim using scripts but it is possible to accomplish this in the vimrc, at least in the latest versions.
The vimrc settings that I use to do this are:
" Highlight the line the cursor is on
set cursorline
highlight CursorLine guibg=Grey10
The Grey10 works for me because I use a black background to make it easy on my eyes.
These vimrc settings work for me everywhere else except for ViEmu for SSMS which declares that there is an error processing the highlight CursorLine line. I backed out the viemurc setting so I don't know if it works in VS, where I rely upon ReSharper for this functionality.
It would be handy to have this capability in ViEmu.
Thanks!
Last edited by rmegal (2009-07-02 00:49:35)