commit | 416bd916b4cc4502eb734218f406e4edd8dd199c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 07 23:19:18 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 07 23:19:18 2023 +0100 |
tree | b335edc773f697cf5deb49416baa0fed241fd953 | |
parent | 80adaa8ae8398403ca4e9797219ea9a501fc76a5 [diff] [blame] |
patch 9.0.1674: help for builtin functions is not sorted properly Problem: Help for builtin functions is not sorted properly. Solution: Put err_teapot() help in the right position.
diff --git a/src/version.c b/src/version.c index 840f338..cf84514 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1674, +/**/ 1673, /**/ 1672,