commit | 9bfdba3de39c9d23d0d44c92b8aeb5a133513806 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 28 19:39:20 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 28 19:39:20 2016 +0100 |
tree | d7063a62a5996897ef50b3abc0da4c7366a68ac7 | |
parent | 18b5d6df10a5f08ffebbec85a1cf2828871e3736 [diff] [blame] |
patch 7.4.1453 Problem: Missing --not-a-term. Solution: Add the argument.
diff --git a/src/version.c b/src/version.c index 4d3b324..991af8d 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1453, +/**/ 1452, /**/ 1451,