When vim is built on macOS with --disable-darwin, test_gui can result in segfault.
This is because, under that build configuration, all FEAT_GUI, FEAT_TGETENT and FEAT_TERMRESPONSE are set to 1 and hence term_get_winpos() can unintentionally be invoked at both or either of f_getwinposx() or f_getwinposy() even after gui_mch_get_winpos() is already called. The attached patch fixes that by having the function return immediately after calling the GUI function. Best regards Kazunobu Kuriyama -- -- 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.
fix-8.0.543-for-osx-nondarwin.patch
Description: Binary data
