commit | d950984489e50b12d87c85f0cce1d672c880aa23 | [log] [tgz] |
---|---|---|
author | h-east <h.east.727@gmail.com> | Tue Feb 21 13:33:17 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 21 13:33:17 2023 +0000 |
tree | 0fd1b491779aa09adb91dd3e82230af36349feac | |
parent | b1e32ac0c998808705cfbd59e4b8510931875078 [diff] [blame] |
patch 9.0.1335: no test for bad use of spaces in help files Problem: No test for bad use of spaces in help files. Solution: Add checks for use of spaces in help files. Ignore intentional spaces. (Hirohito Higashi, closes #11952)
diff --git a/src/version.c b/src/version.c index c757629..d1dd656 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1335, +/**/ 1334, /**/ 1333,