> On Oct 15, 9:27 am, winterTTr <[email protected]> wrote: >> I split window into two. >> Is it possible to just show statusline on one , and disable ( not show ) >> the statusline on the other one ? > > You can set the 'statusline' option locally to something that looks > like an empty string (but isn't). E.g., > > let &l:statusline = ' ' > Important Note: There's a literal <Space> character inside the single > quotes. The reason is that an empty string is interpreted as the > 'statusline' default. > > :help :setlocal > :help :let-option > :help 'statusline'
OK :-) Thanks to your answer. > > Brett S. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
