commit | 1dcf55d4f1aa34b6d22001038d43f3e46407fa2e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 22 22:07:30 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 22 22:07:30 2020 +0100 |
tree | 817ee20015315e4bd17ea62181a96349970be091 | |
parent | 89b474dd4f0de878b4c48eeb9e223f0c22ee1442 [diff] [blame] |
patch 8.2.2195: failing tests for :const Problem: Failing tests for :const. Solution: Add missing check for ASSIGN_FINAL.
diff --git a/src/version.c b/src/version.c index d4ca3c4..45b69bd 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2195, +/**/ 2194, /**/ 2193,