0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 8.2.1759: Vim9: Some tests are still using :let

Problem:    Vim9: Some tests are still using :let.
Solution:   Change more declarations to use :var.
This commit is contained in:
Bram Moolenaar 2020-09-27 17:57:43 +02:00
parent 5597ba0467
commit 37ce6d3a6a
2 changed files with 365 additions and 361 deletions

File diff suppressed because it is too large Load Diff

View File

@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1759,
/**/
1758,
/**/