commit | 267359902c8792fed13543ddeb56c6df0ae74957 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 08 14:43:22 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 08 14:43:22 2021 +0200 |
tree | 6bc6795fb6eb8d7be15bd5d5799218d5ccc12773 | |
parent | 9e2fa4bb9eb40a78a1ae1f67a4064651b5ce0aac [diff] [blame] |
patch 8.2.3314: behavior of exists() in a :def function is unpredictable Problem: Behavior of exists() in a :def function is unpredictable. Solution: Add exists_compiled().
diff --git a/src/version.c b/src/version.c index db75af7..06c89b3 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3314, +/**/ 3313, /**/ 3312,