Skip to content

Commit

Permalink
Fix queue
Browse files Browse the repository at this point in the history
  • Loading branch information
klen committed Jul 28, 2012
1 parent 11fda20 commit 5cb4de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/pymode/queue.vim
@@ -1,4 +1,4 @@
fun! pymode#queue#Poll() "{{{
py queue.check_task()
call feedkeys("\<Right>\<Left>", 't')
call feedkeys("\<Up>\<Down>", 't')

This comment has been minimized.

Copy link
@jamescasbon

jamescasbon Aug 14, 2012

Is this really supposed to be in here?

It took me about twenty minutes to find out why my vim was sending the cursor up and down every few seconds.

This comment has been minimized.

Copy link
@skrattaren

skrattaren Aug 14, 2012

The same here. I had to remove python-mode altogether, this cursor jumping drove me nuts.

This comment has been minimized.

Copy link
@klen

klen Aug 15, 2012

Author Collaborator

Magic hack for plugin "async" mode. Do you have any ideas for this? GVIM is not have a support of multiprocess and I should use this dirty trick. Another keys maybe?

endfunction "}}}

3 comments on commit 5cb4de1

@klen
Copy link
Collaborator Author

@klen klen commented on 5cb4de1 Aug 15, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 jamescasbon: Would you like to check last version 0.6.7 and give me some feedback.

@jamescasbon
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

works for me, thanks!

Is there a way I can check I have activated the async mode?

@klen
Copy link
Collaborator Author

@klen klen commented on 5cb4de1 Aug 15, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In last versions "async mode" always enabled.

Please sign in to comment.