commit | 2016ae586b12513d973aabc30ed758b543114cbe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 13 20:08:43 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 13 20:08:43 2016 +0200 |
tree | b39f8dd978582bc35ba38a97c8f2f548a7a496af | |
parent | 76ae22fef3cb224ca7fbf97517f881e825d4d0c2 [diff] [blame] |
patch 7.4.1929 Problem: Inconsistent indenting and weird name. Solution: Fix indent, make name all upper case. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 516e5ff..de67ab2 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1929, +/**/ 1928, /**/ 1927,