commit | dca1d40cd0f2af0755519e7028378bd3c8fefd31 | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Thu Apr 28 15:26:33 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 28 15:26:33 2022 +0100 |
tree | 3c045bcc898b033399fd9d5fe4ec884ef70c58e2 | |
parent | 68a573ce2b996602a86b14d9b258ebb8c657604f [diff] [blame] |
patch 8.2.4838: checking for absolute path is not trivial Problem: Checking for absolute path is not trivial. Solution: Add isabsolutepath(). (closes #10303)
diff --git a/src/version.c b/src/version.c index 2fa8992..1b87213 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4838, +/**/ 4837, /**/ 4836,