Re: bug report about python

2014-01-16 Thread Yggdroot Chen
在 2014年1月16日星期四UTC+8上午4时58分33秒,Bram Moolenaar写道: > Yggdroot Chen wrote: > > > > > try: > > > while 1: > > > vim.command('let a=1') > > > except KeyboardInterrupt: > > > vim.command('bd') "this line is the root cause > > > > > > vim will be dead when is pressed. > > > vim7.4, pyt

Re: bug report about python

2014-01-15 Thread Bram Moolenaar
Yggdroot Chen wrote: > try: > while 1: > vim.command('let a=1') > except KeyboardInterrupt: > vim.command('bd') "this line is the root cause > > vim will be dead when is pressed. > vim7.4, python3, maybe python2 is the same. Do you mean that Vim crashes or hangs? Can you use a debugger

Re: bug report about python

2014-01-15 Thread Yggdroot Chen
在 2014年1月15日星期三UTC+8下午1时45分22秒,Yggdroot Chen写道: > try: > while 1: > vim.command('let a=1') > except KeyboardInterrupt: > vim.command('bd') "this line is the root cause > > vim will be dead when is pressed. > vim7.4, python3, maybe python2 is the same. P.S. this only happens when the wind

bug report about python

2014-01-14 Thread Yggdroot Chen
try: while 1: vim.command('let a=1') except KeyboardInterrupt: vim.command('bd') "this line is the root cause vim will be dead when is pressed. vim7.4, python3, maybe python2 is the same. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply belo