commit | fda95e75721fb221495c69e493ec2761b5d85123 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 29 16:13:17 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 29 16:13:17 2018 +0200 |
tree | ec9647b9104ea97d045dc9d8717d38d272d05bc3 | |
parent | 1f0bfe561737cd445532f20d7607a81d1dadddee [diff] [blame] |
patch 8.1.0227: spaces instead of tabs in makefile Problem: Spaces instead of tabs in makefile. Solution: Use tabs and fix sorting. (Ken Takata)
diff --git a/src/version.c b/src/version.c index ff1c00a..6528355 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 227, +/**/ 226, /**/ 225,