diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-10-15 16:41:53 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-10-15 16:41:53 +0100 |
commit | c8b673557390e5cd20bc0a4c2786d0db1d77a24c (patch) | |
tree | 4e880543516542d06ecec7d1b8699b0fe8786081 /src/version.c | |
parent | a2e4e0fc3b930caf20c4f6d2e70acf5325c3be51 (diff) | |
download | vim-git-c8b673557390e5cd20bc0a4c2786d0db1d77a24c.tar.gz |
patch 9.0.0764: indent and option tests failv9.0.0764
Problem: Indent and option tests fail.
Solution: Change OP_INDENT. Add entry to options test table.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 502655ce1..dc5e40177 100644 --- 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 */ /**/ + 764, +/**/ 763, /**/ 762, |