commit | 2ed57ac3675624b9d943d7753f48855e5dbebdbb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 01 22:05:38 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 01 22:05:38 2023 +0100 |
tree | 213eef0fee9ddfb36cc601580333f34842544894 | |
parent | 38d867f041349e1400c2cce9cac06f59ae6ccbb1 [diff] [blame] |
patch 9.0.1436: cannot compare a typed variable with v:none Problem: Cannot compare a typed variable with v:none. Solution: Allow for "x is v:none" and "x isnot v:none". (issue #12194)
diff --git a/src/version.c b/src/version.c index 547d6a7..23d4936 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1436, +/**/ 1435, /**/ 1434,