commit | 3388d334572f9d65a603d09d75e363805d96c5d9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 07 22:23:04 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 07 22:23:04 2017 +0100 |
tree | 181aa5869c33377419fccbcc140801cfeeeffc23 | |
parent | 6e65d594aa33be11f6074f26e9ff81b52504c62b [diff] [blame] |
patch 8.0.1378: autoload script sources itself when defining function Problem: Autoload script sources itself when defining function. Solution: Pass TFN_NO_AUTOLOAD to trans_function_name(). (Yasuhiro Matsumoto, closes #2423)
diff --git a/src/version.c b/src/version.c index 7fe7e8f..70340e0 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1378, +/**/ 1377, /**/ 1376,