I've been working on the implementation of WinNew, and I have some doubts: 1) Should WinNew trigger when a new tab page is created? 2) Should TabNew/WinNew trigger right before/after VimEnter? After all, windows and tabs are created at that point. 3) These events, as currently implemented, are triggered before BufEnter events, and as such can't initialize t: and w: variables for the new tab and window page, which might perhaps be unexpected to users. Perhaps a couple of events that triggered after BufEnter but only on new windows and tab pages could be useful.
Regards, Felipe Morales -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
