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
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
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
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)
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
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