How about dropping the MzScheme interface?

2020-01-24 Fir de Conversatie Bram Moolenaar
Over time many features have been added to Vim. Currently I'm looking into making Vim script faster, which will eventually lead to Vim9 script (faster, better, etc.). Besides adding more, we should also consider dropping functionality that hardly anyone uses. I'm careful with that, I like to su

Patch 8.2.0148

2020-01-24 Fir de Conversatie Bram Moolenaar
Patch 8.2.0148 Problem:Mapping related function in wrong source file. Solution: Move the function. Add a few more test cases. (Yegappan Lakshmanan, closes #5528) Files: src/map.c, src/proto/term.pro, src/term.c, src/testdir/test_mapping.vim *** ../vim-8.2.014

Re: [doc][patch] Typo in options.txt

2020-01-24 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > I found a typo in options.txt: > > --- a/runtime/doc/options.txt > +++ b/runtime/doc/options.txt > @@ -5253,7 +5253,7 @@ A jump table for the options with a short description > can be found at |Q_op|. > default because it makes using the pull down menus a little goofy,

[doc][patch] Typo in options.txt

2020-01-24 Fir de Conversatie Ken Takata
Hi Bram, I found a typo in options.txt: --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -5253,7 +5253,7 @@ A jump table for the options with a short description can be found at |Q_op|. default because it makes using the pull down menus a little goofy, as a pointer transi