commit | bad0ce7b26be5eed8524347018f4c835b212f8d1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 17 23:31:05 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 17 23:31:05 2018 +0200 |
tree | d92b36105e2d9f2dbd6b19d7d4b3dcc2e4a18f89 | |
parent | a997b45c7e350ea5b378ca0c52ed3d4cc610975c [diff] [blame] |
patch 8.0.1733: incomplete testing for completion fix Problem: Incomplete testing for completion fix. (Lifepillar) Solution: Add a test with CTRL-P.
diff --git a/src/version.c b/src/version.c index 5647b6e..2cdd9e3 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1733, +/**/ 1732, /**/ 1731,