On Tue, Dec 23, 2014, Canis Major wrote: > On Tuesday, December 23, 2014 1:24:08 PM UTC+1, Christian Brabandt wrote: > > Hi CanisMajorWuff! > > > > On Di, 23 Dez 2014, CanisMajorWuff wrote: > > > > > I have an error on Windows vim version 7.4.417: Unknown option > > > argument: "--multiprocessing-fork" . It is related to using python > > > multiprocessing. How I can fix that? > > > > There is no such argument --multiprocessing-fork for vim. How did you > > encounter that? > > > > Mit freundlichen Grüßen > > Christian > > -- > > Kunst ist eine Art zwanghafter Akrobatik. > > -- Emilio Vendova (ART - Das Kunstmagazin 1985 / 7) > > I encountered it by using python plugin which uses python multiprocessing > module.
I don't understand how pymode or rope passes this argument to Vim, but this thread <https://github.com/klen/python-mode/issues/422> makes it look like this has to do with using HEAD by default; try using commit 20e14aa as it says in that thread. (I don't know if there's a newer commit that would also work, but it's worth investigating.) -- Eric Christopherson -- -- You received this message from the "vim_use" 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_use" 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/d/optout.
