commit | 0aae4809fd52b445531766411a9c963dc6274a04 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 16 21:29:05 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 16 21:29:05 2020 +0200 |
tree | af85585a55425e36d08f9e1c7c6f1f8febbef647 | |
parent | f923571ec17b6caeeb7f4abfd7eec3f707ab9c45 [diff] [blame] |
patch 8.2.1469: Vim9: cannot assign string to string option Problem: Vim9: cannot assign string to string option. Solution: Change checks for option value. (closes #6720)
diff --git a/src/version.c b/src/version.c index 19a8704..10c659e 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1469, +/**/ 1468, /**/ 1467,