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:
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.
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
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