Patch 8.2.1855

2020-10-16 Fir de Conversatie Bram Moolenaar
Patch 8.2.1855 Problem:Vim9: get error message when nothing is wrong. Solution: Check called_emsg instead of did_emsg. (closes #7143) Files: src/vim9compile.c, src/vim9execute.c, src/errors.h *** ../vim-8.2.1854/src/vim9compile.c 2020-10-15 21:54:51.788563670 +0200 --- src/vim9comp

Patch 8.2.1854

2020-10-16 Fir de Conversatie Bram Moolenaar
Patch 8.2.1854 Problem:Vim9: crash when throwing exception for NULL string. (Dhiraj Mishra) Solution: Handle NULL string like empty string. (closes #7139) Files: src/vim9execute.c, src/errors.h, src/testdir/test_vim9_script.vim *** ../vim-8.2.1853/src/vim9execute.c 2020

Patch 8.2.1853

2020-10-16 Fir de Conversatie Bram Moolenaar
Patch 8.2.1853 Problem:"to_f" is recognized at "topleft" modifier. Solution: Do not recognize modifer when "_" follows. (closes #7019) Files: src/ex_docmd.c, src/testdir/test_vim9_assign.vim *** ../vim-8.2.1852/src/ex_docmd.c 2020-10-13 19:08:20.267560498 +0200 --- src/ex_docmd.

Re: [vim/vim] Matchfuzzy: Prefer complete matches over separator matches (#7140)

2020-10-16 Fir de Conversatie Yegappan Lakshmanan
Hi, On Fri, Oct 16, 2020 at 8:00 AM Yegappan Lakshmanan < vim-dev-git...@256bit.org> wrote: > *@yegappan* commented on this pull request. > -- > > In src/search.c > : > > > @@ -4358,6 +4364,10 @@ fuzzy_match_c

Re: matchfuzzy scoring

2020-10-16 Fir de Conversatie Bram Moolenaar
Christian wrote: > On Do, 15 Okt 2020, Yegappan Lakshmanan wrote: > > > On Thu, Oct 15, 2020 at 12:24 PM Bram Moolenaar wrote: > > > > > > Christian wrote: > > > > > Indeed. Initially I thought adding a bonus for a word boundary would > > be > > > needed, therefore my naive att

Re: matchfuzzy scoring

2020-10-16 Fir de Conversatie Maxim Kim
пятница, 16 октября 2020 г. в 09:36:23 UTC+3, Maxim Kim: > > On 16.10.2020 9:14, Christian Brabandt wrote: > > On a related note, I wonder whether SEPARATOR_BONUS should also be added > > for path delimiters (`/` on unix `\` on windows). > > > I think it makes sense: > > Another example: ht