Updated: https://gist.github.com/mattn/5385037
Thanks On Monday, April 15, 2013 8:06:36 PM UTC+9, Bram Moolenaar wrote: > Yasuhiro Matsumoto wrote: > > > > > When :py raise SystemExit, vim exit immediately. I know this is a spec > > > of python. But most of users don't want this behavior. > > > Below is a patch. > > > > Thanks. A few remarks. > > > > Please define the messages that appear more than once in one place. > > That avoids problems with translations and duplication isn't good > > anyway. These usually are in globals.h, but perhaps if_py_both.h could > > be used for these. > > > > It would be good to explain to the user that SystemExit is the wrong way > > to exit Vim and mention the right way. Most users don't read the source > > code :-). > > > > > > -- > > hundred-and-one symptoms of being an internet addict: > > 170. You introduce your wife as "[email protected]" and refer to your > > children as "forked processes." > > > > /// 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 --- 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/groups/opt_out.
