commit | 1a3e5747b7df7ddda312bbfd18e04fc2122001fb | [log] [tgz] |
---|---|---|
author | Martin Tournoij <martin@arp242.net> | Sat Jul 24 13:57:29 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 24 13:57:29 2021 +0200 |
tree | df3916d14b86db869aa32ce5a032e4d7dc09f0fa | |
parent | 5a234eb18e6e43408755bb24e813330306c11629 [diff] [blame] |
patch 8.2.3208: dynamic library load error does not mention why it failed Problem: Dynamic library load error does not mention why it failed. Solution: Add the error message. (Martin Tournoij, closes #8621)
diff --git a/src/version.c b/src/version.c index 387a6e6..64622c3 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3208, +/**/ 3207, /**/ 3206,