commit | 63d0dad874e6f949c18dd2b3c8c14d59cad58062 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 13 18:17:23 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 13 18:17:23 2019 +0200 |
tree | c4e3eb4a93e6f1d6f6d486d3c18e14f0c891b047 | |
parent | eaa49e40d7e7f84deef14424c84ef1da0796fa58 [diff] [blame] |
patch 8.1.1680: the command table is not well aligned Problem: The command table is not well aligned. Solution: Adjust indent.
diff --git a/src/version.c b/src/version.c index 3263f69..eaa8047 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1680, +/**/ 1679, /**/ 1678,