commit | 55759b522814995af36803823d342d51d68c0b67 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 30 22:59:42 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 30 22:59:42 2020 +0200 |
tree | 3825d010d62a4e62b6669bae0255207927f77daa | |
parent | 17bb4d4607a95e13e913519af106f1bf8b26c178 [diff] [blame] |
patch 8.2.1777: Vim9: some assignment tests in the wrong file Problem: Vim9: some assignment tests in the wrong file. Solution: Move assignment tests to test_vim9_assign.
diff --git a/src/version.c b/src/version.c index b3014bb..446ac55 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1777, +/**/ 1776, /**/ 1775,