commit | 6e4cfffe809a894ea831fc8011527714481d2857 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 09 22:17:55 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 09 22:17:55 2020 +0200 |
tree | d6aa79aef24689b61a9919bbe9c9684ccd8f033a | |
parent | a9a47d157ab1946d1e286c9695bc68d71305af68 [diff] [blame] |
patch 8.2.1412: Vim: not operator does not result in boolean Problem: Vim: not operator does not result in boolean. Solution: Make type depend on operator. (issue 6678) Fix using "false" and "true" in Vim9 script.
diff --git a/src/version.c b/src/version.c index 64eca6b..4d86275 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1412, +/**/ 1411, /**/ 1410,