commit | b77bdce120d7e140d0d0bd535ec9febdef78993d | [log] [tgz] |
---|---|---|
author | Yee Cheng Chin <ychin.git@gmail.com> | Sat Oct 15 10:22:19 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 15 10:22:19 2022 +0100 |
tree | 8df18815ea6237263ef38a666d0df1b88c45def2 | |
parent | 7e120ffccbf81ae8acac28f11fbd5eab79a1630d [diff] [blame] |
patch 9.0.0753: some Ex commands are not in the help index Problem: Some Ex commands are not in the help index. Solution: Add the missing commands. Add a script to check all Ex commands are in the help index. (Yee Cheng Chin, closes #11371)
diff --git a/src/version.c b/src/version.c index bedbdc0..3bb2a2f 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 753, +/**/ 752, /**/ 751,