Patch 8.2.4286
Problem:Vim9: strict type checking after copy() and deepcopy().
Solution: Allow type to change after making a copy. (closes #9644)
Files: src/eval.c, src/proto/eval.pro, src/dict.c, src/proto/dict.pro,
src/list.c, src/proto/list.pro, src/evalfunc.c, src/vim9e
Patch 8.2.4285
Problem:Vim9: type of item in for loop not checked properly.
Solution: Adjust the type checking. (closes #9683)
Files: src/vim9compile.c, src/proto/vim9compile.pro, src/vim9cmds.c,
src/testdir/test_vim9_script.vim
*** ../vim-8.2.4284/src/vim9compile.c 202
Patch 8.2.4284
Problem:Old mac resources files are no longer used.
Solution: Delete the unused files. (Ozaki Kiichi, closes #9688)
Files: Filelist, src/Makefile, src/dehqx.py, src/infplist.xml,
src/os_mac.rsr.hqx, src/os_mac_rsrc/app.icns,
src/os_mac_rsrc/doc-tx
Yegappan wrote:
> On Tue, Feb 1, 2022 at 8:05 AM Bram Moolenaar
> wrote:
>
> > > v8.2.4264 revoked the '#' style function name in vim9, but:
> > > 1, that made some complex to call such vim9 func in legacy vim script
> > > e.g vimrc.
> >
> > I don't see how. You can still call the autoload fun
Patch 8.2.4283
Problem:Using a variable for the return value is not needed.
Solution: Return the value directly. (closes #9687)
Files: src/ex_docmd.c, src/misc2.c
*** ../vim-8.2.4282/src/ex_docmd.c 2022-01-31 18:59:09.840105788 +
--- src/ex_docmd.c 2022-02-02 13:15:46.2
Forgot to include the text:
vim9script
# if has( "gui_running" ) highlighted
# if has("gui_running") not highlighted
среда, 2 февраля 2022 г. в 13:09:51 UTC+3, Maxim Kim:
> What is the reason of highlighting a string in vim9 comments?
>
> [image: 2022-02-02_13-09-12.png]
>
>
--
--
You recei
What is the reason of highlighting a string in vim9 comments?
[image: 2022-02-02_13-09-12.png]
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You