在 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
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
在 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
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