tiny fix for doc

2013-12-02 Fir de Conversatie Yukihiro Nakadaira
In autocmd.txt, TextChanged and TextChangedI are not listed in :h autocommand-events. In eval.txt, there are some inconsistent notation ([expr] - [{expr}]). Please check the attached patch. -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- -- You received this message from the vim_dev

Re: ActivePerl 5.18.1 fails to compile

2013-12-02 Fir de Conversatie Ken Takata
Hi, 2013/12/2 Mon 6:46:09 UTC+9 Cesar wrote: Actually you don't need to modify any file, except Make_cyg.mak. I managed to build vim under cygwin with strawberry perl 5.18.1.1, using only the makefile patch: --- C:\vim\Make_cyg.mak +++ C:\vim\Make_cyg.mak @@ -155,6 +155,7 @@ ifeq (yes,

Re: Issue 28 in vim: out of the box, gVim 7.3.46 for Win32 cannot write swap files on Windows 7

2013-12-02 Fir de Conversatie Ben Fritz
On Wednesday, November 13, 2013 10:39:10 PM UTC-6, v...@googlecode.com wrote: Comment #12 on issue 28 by fritzoph...@gmail.com: out of the box, gVim 7.3.46 for Win32 cannot write swap files on Windows 7 http://code.google.com/p/vim/issues/detail?id=28 This patch will use

Re: Issue 28 in vim: out of the box, gVim 7.3.46 for Win32 cannot write swap files on Windows 7

2013-12-02 Fir de Conversatie Benjamin Fritz
On Mon, Dec 2, 2013 at 12:14 PM, Bram Moolenaar b...@moolenaar.net wrote: Ben Fritz wrote: On Wednesday, November 13, 2013 10:39:10 PM UTC-6, v...@googlecode.com wrote: Comment #12 on issue 28 by fritzoph...@gmail.com: out of the box, gVim 7.3.46 for Win32 cannot write swap files on

Re: javascript version of vim

2013-12-02 Fir de Conversatie 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 it