Re: multiprocessing.Queue & vim python interpreter

2015-01-30 Thread unknown3000
On Friday, January 23, 2015 at 10:59:46 PM UTC-5, Cameron Simpson wrote: > On 18Jan2015 16:20, unknown3...@gmail.com wrote: > >I am experimenting on a fork of vim-plug for managing vim plugins. I wanted > >to add parallel update support for python since ruby isn't nearly as common. > >I've come

Re: multiprocessing.Queue & vim python interpreter

2015-01-23 Thread Cameron Simpson
On 18Jan2015 16:20, unknown3...@gmail.com wrote: I am experimenting on a fork of vim-plug for managing vim plugins. I wanted to add parallel update support for python since ruby isn't nearly as common. I've come across a weird bug that only seems to happen when I'm inside vim, I'm wondering i

multiprocessing.Queue & vim python interpreter

2015-01-18 Thread unknown3000
Hi, I am experimenting on a fork of vim-plug for managing vim plugins. I wanted to add parallel update support for python since ruby isn't nearly as common. I've come across a weird bug that only seems to happen when I'm inside vim, I'm wondering if someone could tell me why. This problem can