Manifest entry for MSVC runtime libs

2013-06-02 Thread Leszek Świrski
There is an issue with vim's python support on Windows, when one tries to use python libraries that require the MSVC 9.0 runtime. This has been observer in vim-ipython[1]. It can be easily reproduced with :py import uuid and the error I get is R6034 An application has made an attem

Re: javascript version of vim

2013-12-02 Thread Leszek Świrski
On Monday, 2 December 2013 17:01:40 UTC, Mark Manning wrote: > Javascript, by itself, does not have a wait function.  However, you > can create a pseudo wait function by doing the following: > [snip] This code won't work. > the timeout retains its own return information > about where