commit | 68353e5270fca45daffee5b5f882853cdfa40f76 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sun Nov 13 22:38:10 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 13 22:38:10 2022 +0000 |
tree | 0e007ca3af75cbe87aaac14a7771d5a140c757da | |
parent | 398a26f7fcd58fbc6e2329f892edbb7479a971bb [diff] [blame] |
patch 9.0.0876: code is indented more than needed Problem: Code is indented more than needed. Solution: Split ExpandEscape() in two. (Yegappan Lakshmanan, closes #11539)
diff --git a/src/version.c b/src/version.c index 9a459ea..868118d 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 876, +/**/ 875, /**/ 874,