One more try, got a mailer daemon error.
On 5/6/06, Eric Arnold <[EMAIL PROTECTED]> wrote:
Thanks. It works great when entering existing tabs, but there is still
something odd when a tab is entered via "tabnew". I am able to open a new
window in the new tab, but I end up with one NoName default window, and one
window with a buffer from the first tab, not the buffer I specified
("testbufname") with
function! Tst_TabEnter()
echomsg 'tabenter'
new testbufname
endfunction
BTW, what's the right utility to apply your patch? My Cygwin "patch" is
rejecting it, despite it's simplicity (I applied it by hand).