commit | c0ceeeb839b8c6bebd3a2abd1c07d40ec3c6edca | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 30 21:12:27 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 30 21:12:27 2022 +0100 |
tree | 2f51e084f45dbe3437520d32f83e67fb9704aa6b | |
parent | b4ad3b0deac12674a7773311890b48fd39c6807c [diff] [blame] |
patch 8.2.4650: "import autoload" only works with using 'runtimepath' Problem: "import autoload" only works with using 'runtimepath'. Solution: Also support a relative and absolute file name.
diff --git a/src/version.c b/src/version.c index 8b188ce..42be6e7 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4650, +/**/ 4649, /**/ 4648,