commit | d56eb654f50434ea590142c0f080efba91bfe7f8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 19 16:00:16 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 19 16:00:16 2022 +0000 |
tree | 24bbcb7129e43d1d4386f9007d9a25696d255fd9 | |
parent | adbb383e0f2bb59286ea8133f02c448fd334958f [diff] [blame] |
patch 8.2.4423: "make nvcmdidxs" fails Problem: "make nvcmdidxs" fails. Solution: Use "-S" instead of "-u" to source the script.
diff --git a/src/version.c b/src/version.c index 2e3fa4f..7d585ba 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4423, +/**/ 4422, /**/ 4421,