comparison 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
comparison
equal deleted inserted replaced
32686:2fe7781518d5 32687:6aff98e1c5f0
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 1674,
698 /**/ 700 /**/
699 1673, 701 1673,
700 /**/ 702 /**/
701 1672, 703 1672,
702 /**/ 704 /**/