Monday, April 26, 2010

Re: How to display underline on current line?

you can use :set cursorline

requires vim 7, p.s. you can also try :set cursorcolumn :-)

On Mon, Apr 26, 2010 at 7:58 PM, robert song <robertsong.japan@gmail.com> wrote:
Hello, everyone.
Is there any method to display underline on current line,
I think it's very useful for code review.

Just like following format:
void main() {   <- current line
--------------  <- underline
}

Regards,
robert

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Subscription settings: http://groups.google.com/group/vim_use/subscribe?hl=en

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments:

Post a Comment