Re: Patch 8.2.4059

2022-01-11 Fir de Conversatie Maxim Kim
Thanks, works for me. вторник, 11 января 2022 г. в 14:59:43 UTC+3, Bram Moolenaar: > > Patch 8.2.4059 > Problem: Vim9: an expression of a map cannot access script-local items. > (Maxim Kim) > Solution: Use the script ID of where the map was defined. > Files: src/getchar.c, sr

Patch 8.2.4059

2022-01-11 Fir de Conversatie Bram Moolenaar
Patch 8.2.4059 Problem:Vim9: an expression of a map cannot access script-local items. (Maxim Kim) Solution: Use the script ID of where the map was defined. Files: src/getchar.c, src/map.c, src/proto/map.pro, src/testdir/test_vim9_import.vim *** ../vim