I've been testing my cobbled together patch for an afternoon now. Seems to work.
I am working on a proper patch via Mercurial. Is main() in main.c the only place where vim "starts"? Better put: no matter how vim is started, no matter what OS/Framework, will it go through main.c:main()? Tim On 4 October 2011 18:34, Sergey Khorev <[email protected]> wrote: >> Improving stability -- the trampoline has to be split so that a >> certain degree of initialisation can occur. >> >> This has necessitated (in this iteration) that: >> static char_u *fname = NULL; >> static mparm_T params; >> static int i; >> >> Are all statics (is this OK -- or is there a better way of doing this?). > > Sorry, I cannot see why fname should be static, maybe because the > patch is incomplete? Can you do "diff -cr" to compare all the files, > also it will make it simpler to apply the patch. If you use Mercurial > "hg diff" should do it as well. > Anyway this looks quite promising. -- | Tim Brown <[email protected]> | M:+44(0)7771714159 | H:01372747875 | -- 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
