On Sep 5, 2017 10:13, "Christian Brabandt" <[email protected]> wrote:
On Di, 05 Sep 2017, Yegappan Lakshmanan wrote: > From the documentation, it looks like NeoVim has the autocommands > TermOpen and TermClosed which get triggered when a terminal buffer > is opened or closed. In addition to your current change, should these > also be added? Yeah neovim has those. But do we really need a new autocommand? I am not sure and I think we should add those only if they add value and currently I think checking the buftype option would be good enough. TermOpen is closer to BufNew than BufEnter. BufEnter triggers every time the buffer becomes curbuf. TermOpen only triggers when starting the terminal. Cheers, James -- -- 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.
