commit | bd7206e02c957f0619e68e1628e2a3e91dd41e06 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 06 20:36:04 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 06 20:36:04 2020 +0100 |
tree | b762d33b1db234275b8b519fecebdcb4b7661082 | |
parent | 49b79bd4888341d527c95f2aa73ed953203ce2b6 [diff] [blame] |
patch 8.2.0358: insufficient testing for indent.c Problem: Insufficient testing for indent.c. Solution: Add indent tests. (Yegappan Lakshmanan, closes #5736)
diff --git a/src/version.c b/src/version.c index 2e3b729..7e2bd38 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 358, +/**/ 357, /**/ 356,