Mercurial > vim
comparison src/version.c @ 23318:c76240efdf02 v8.2.2204
patch 8.2.2204: Vim9: using -> both for method and lambda is confusing
Commit: https://github.com/vim/vim/commit/65c4415276394c871c7a8711c7633c19ec9235b1
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Dec 24 15:14:01 2020 +0100
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.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 24 Dec 2020 15:15:05 +0100 |
parents | 32cc5e9875bb |
children | 1d11e3adbe52 |
comparison
equal
deleted
inserted
replaced
23317:0aa1d1862cb9 | 23318:c76240efdf02 |
---|---|
748 NULL | 748 NULL |
749 }; | 749 }; |
750 | 750 |
751 static int included_patches[] = | 751 static int included_patches[] = |
752 { /* Add new patch number below this line */ | 752 { /* Add new patch number below this line */ |
753 /**/ | |
754 2204, | |
753 /**/ | 755 /**/ |
754 2203, | 756 2203, |
755 /**/ | 757 /**/ |
756 2202, | 758 2202, |
757 /**/ | 759 /**/ |