0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

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.
This commit is contained in:
Bram Moolenaar
2022-03-30 21:12:27 +01:00
parent b4ad3b0dea
commit c0ceeeb839
15 changed files with 442 additions and 82 deletions

View File

@@ -1571,6 +1571,9 @@ typedef UINT32_TYPEDEF UINT32_T;
*/
#define MAXMAPLEN 50
// maximum length of a function name, including SID and NUL
#define MAX_FUNC_NAME_LEN 200
// Size in bytes of the hash used in the undo file.
#define UNDO_HASH_SIZE 32