On 2009-06-23 11:51 (+0200), Tinou wrote:

> How can I make vim draw a line of '|' to delimit vertical split (as
> seen here: http://www.leonini.net/vim_leo_theme_0.9.png)

Vim draws "|" already but it's displayed in reverse colors by default.
But this is probably what you want:

    :highlight VertSplit cterm=none gui=none

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to