Re: [patch] fix typo in documents

2019-06-21 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > 2019/6/22 Sat 8:39:26 UTC+9 h_east wrote: > > Hi Bram and developers, > > > > Attach a patch to fix the typo of the document. > > Please confirm it. > > One more patch here. Thanks. -- Emacs is a nice OS - but it lacks a good text editor. That's why I am using Vim. --An

Re: [patch] fix typo in documents

2019-06-21 Fir de Conversatie Ken Takata
Hi, 2019/6/22 Sat 8:39:26 UTC+9 h_east wrote: > Hi Bram and developers, > > Attach a patch to fix the typo of the document. > Please confirm it. One more patch here. Regards, Ken Takata -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the te

Re: [patch] fix typo in documents

2019-06-21 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > Attach a patch to fix the typo of the document. > Please confirm it. I'll include it, thanks. -- Vi is clearly superior to emacs, since "vi" has only two characters (and two keystrokes), while "emacs" has five. (Randy C. Ford) /// Bram Moolenaar -- b...@moolenaar.

Patch 8.1.1579

2019-06-21 Fir de Conversatie Bram Moolenaar
Patch 8.1.1579 Problem:Dict and list could be GC'ed while displaying error in a timer. (Yasuhiro Matsumoto) Solution: Block garbage collection when executing a timer. Add test_garbagecollect_soon(). Add "no_wait_return" to test_override(). (closes #4571)

[patch] fix typo in documents

2019-06-21 Fir de Conversatie h_east
Hi Bram and developers, Attach a patch to fix the typo of the document. Please confirm it. -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit ht

Patch 8.1.1578

2019-06-21 Fir de Conversatie Bram Moolenaar
Patch 8.1.1578 Problem:MS-Windows: pathdef.c should depend on build options. Solution: Generate pathdef.c in the object directory. Fix dependencies. (Ken Takata, closes #4565) Files: .gitignore, .hgignore, src/Make_cyg_ming.mak, src/Make_mvc.mak *** ../vim-8.1.1577/.giti