commit | 869113f3765d51fc822a61b2ba53d339797c1231 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 31 21:29:00 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 31 21:29:00 2023 +0100 |
tree | 1065e50878d5828e5a12a4b8df649ed49d0ff68b | |
parent | 6ac2e4392a9d8b89c8824bf94a9da24a6f07c74f [diff] [blame] |
patch 9.0.1433: on some systems the Lua library is not found Problem: On some systems the Lua library is not found. Solution: Check if a subdirectory for Lua exists. (closes #4475)
diff --git a/src/version.c b/src/version.c index 1be8fbe..76f5f09 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1433, +/**/ 1432, /**/ 1431,