commit | 28f84e17b068daca2635692d279930dcb7a150d0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 27 12:30:13 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 27 12:30:13 2022 +0100 |
tree | 1913ed36abd15b672ebcff947234b0b75f565084 | |
parent | 7db3a8e3298bf7c7c3f74cc9c1add04f29e78d2d [diff] [blame] |
patch 9.0.0090: no error when assigning bool to a string option Problem: No error when assigning bool to a string option with setwinvar(). Solution: Give an error (closes #10766)
diff --git a/src/version.c b/src/version.c index 74fb0e1..2becd39 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 90, +/**/ 89, /**/ 88,