On Fri, June 5, 2009 12:29 pm, Tinou wrote: > How can find out the height (number of lines) of a split window? I tried > '&winheight' but it's always '1'.
:h winheight() so to return the number of lines for the current window you'd do something like: :echo winheight(0) regards, Christian -- :wq! --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
