Re: Patch 8.1.1692

2019-07-16 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > 2019/7/15 Mon 1:23:21 UTC+9 Bram Moolenaar wrote: > > Patch 8.1.1692 > > Problem:Using *{} for literal dict is not backwards compatible. > > (Yasuhiro > > Matsumoto) > > Solution: Use ~{} instead. > > Files:

Re: Patch 8.1.1692

2019-07-15 Fir de Conversatie Ken Takata
Hi, 2019/7/15 Mon 1:23:21 UTC+9 Bram Moolenaar wrote: > Patch 8.1.1692 > Problem:Using *{} for literal dict is not backwards compatible. (Yasuhiro > Matsumoto) > Solution: Use ~{} instead. > Files:runtime/doc/eval.txt runtime/doc/popup.

Re: Patch 8.1.1692

2019-07-15 Fir de Conversatie Bram Moolenaar
Yasuhiro Matsumoto wrote: > I wonder that user may be confusing this operator with regular expression. > > let n = "n" > if n =~{n: "."}.n > > This works fine on older vim but newer doesn't. Can you say how? I tried and it seems to do the same thing before and after the change. -- I wonder

Patch 8.1.1692

2019-07-14 Fir de Conversatie Bram Moolenaar
Patch 8.1.1692 Problem:Using *{} for literal dict is not backwards compatible. (Yasuhiro Matsumoto) Solution: Use ~{} instead. Files: runtime/doc/eval.txt runtime/doc/popup.txt, src/eval.c, src/testdir/test_listdict.vim src/testdir/test_popupwin.vim