Sergey Khorev wrote: > > could you confirm to me that: > > > > vim +':mz #f' > > > > works with racket-5.1.3 > > > > It still cores on me. As does racket-5.0.1 > > Ah, got you! > :mz from command line does not and will not work with any versions > newer than 3.x. Once Vim has initialised everything should work as > expected. > In principle someone adventurous might refactor Vim startup code to > fix this...
The way mzscheme_main() is called, which then invokes main_loop(), is indeed odd. I suppose this would require moving most of main() into a separate function. -- Despite the cost of living, have you noticed how it remains so popular? /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- 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
