Hello everybody, I'm sorry but how to do a vertical split. Because the command vertically split the screen. I know this command should be very simple, but for beginners it's very hard to find and remembers useful commands.
Thanks, guillaume 2009/6/23 Teemu Likonen <[email protected]> > > 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 -~----------~----~----~----~------~----~------~--~---
