]> granicus.if.org Git - vim/commit
patch 8.2.2204: Vim9: using -> both for method and lambda is confusing v8.2.2204
authorBram Moolenaar <Bram@vim.org>
Thu, 24 Dec 2020 14:14:01 +0000 (15:14 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 24 Dec 2020 14:14:01 +0000 (15:14 +0100)
commit65c4415276394c871c7a8711c7633c19ec9235b1
tree6c72bac928d4993ac4940114ba089f4c08357342
parentb34f33747223d9cba4b32a27aee70c1705b36ed9
patch 8.2.2204: Vim9: using -> both for method and lambda is confusing

Problem:    Vim9: using -> both for method and lambda is confusing.
Solution:   Use => for lambda in :def function.
runtime/doc/vim9.txt
src/testdir/test_vim9_expr.vim
src/userfunc.c
src/version.c
src/vim9compile.c