diff src/version.c @ 32687:6aff98e1c5f0 v9.0.1674

patch 9.0.1674: help for builtin functions is not sorted properly Commit: https://github.com/vim/vim/commit/416bd916b4cc4502eb734218f406e4edd8dd199c Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 7 23:19:18 2023 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 Jul 2023 00:30:03 +0200
parents 3868e8035b8c
children 0651d9be4d7c
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1674,
+/**/
     1673,
 /**/
     1672,