> Well, if you start 'vim a' and follow by ':vsp file...' > and/or 'sp file...', you'll see you original window > split in several smaller ones. "How many of these > smaller ones I have?" is my question.
How about this: :let x=0 :windo let x=x+1 :echo x Thomas --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
