From a6e67e4f41386c3e6eab7e047671c6d32f6cb0dc Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 15 May 2020 23:36:40 +0200 Subject: patch 8.2.0764: Vim9: assigning to option not fully tested Problem: Vim9: assigning to option not fully tested. Solution: Add more test cases. Allow using any type for assignment. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 94db9b888..b361dedf0 100644 --- a/src/version.c +++ b/src/version.c @@ -746,6 +746,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 764, /**/ 763, /**/ -- cgit v1.2.1