commit | 912bc4a51af0ad947cb39deba2a6fa4ee27af906 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 01 18:58:11 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 01 18:58:11 2019 +0100 |
tree | 06fdb34eba3f202216b7b795ad74f1346a006360 | |
parent | 6f1f0ca3edf395102ff3109c998d81300c8be3c9 [diff] [blame] |
patch 8.1.2376: preprocessor indents are incorrect Problem: Preprocessor indents are incorrect. Solution: Fix the indents. (Ken Takata, closes #5298)
diff --git a/src/version.c b/src/version.c index a2e1ddb..036a4bd 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2376, +/**/ 2375, /**/ 2374,