Hi, I'm having issues with a autocommand not being triggered occasionally and would like some pointers to how I can debug this further.
It is in the context of a plugin for Go that is written in Go and uses channels to communicate with vim (https://github.com/govim/govim). The plugin defines an autocommand for BufRead,BufNewfile, and the failure I see is during one of the unit tests that seems to fail every now and then. In the tests a file is opened with ":e main.go", and the autocommand is consistently triggered. Later on another file that isn't already open is opened using ":split other.go", and this is the command that occasionally fail to trigger the command. I am able to reproduce it by just running the test over and over again, so anything that might aid in trying to understand what is going on would be helpful. - Pontus -- -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/fcdc4073-c18d-485c-a1e5-e47c5fe19a9d%40googlegroups.com.
