commit | 2a9d5d386bea8455b37c1accebc45683ec51d6fb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 12 18:58:40 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 12 18:58:40 2020 +0100 |
tree | e5e67a60b0741486ce6e53fe76ca3669a9f7e752 | |
parent | 3ae50c775c00b098cdfc9e90b17c4cc07f00e08d [diff] [blame] |
patch 8.2.2133: Vim9: checking for a non-empty string is too strict Problem: Vim9: checking for a non-empty string is too strict. Solution: Check for any string. (closes #7447)
diff --git a/src/version.c b/src/version.c index 5bc5f55..6b0ec41 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2133, +/**/ 2132, /**/ 2131,