commit | 52d3aaeea4c85406f46e2051729e4f007f83b35e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 13 21:27:24 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 13 21:27:24 2018 +0200 |
tree | 8fb9460c5decb5f76ae51159305e7383bfb0dd3e | |
parent | 5ecdf96422af3171cf948865bf057c2a61f042bc [diff] [blame] |
patch 8.1.0055: complete test has wrong order of arguments Problem: Complete test has wrong order of arguments. Wrong type for sentinel variable. Solution: Swap arguments, use VAR_UNKNOWN. (Ozaki Kiichi)
diff --git a/src/version.c b/src/version.c index 90ec0e4..8d58649 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 55, +/**/ 54, /**/ 53,