commit | 9b56a57cdae31f7a2c85d440392bf63d3253a158 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 10 16:19:32 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 10 16:19:32 2018 +0100 |
tree | c398e599f330084126ba3b9cdc3ef0e86ab8be1c | |
parent | b301f6b950975b9d7ae87a4f551b32bba63ccdcf [diff] [blame] |
patch 8.0.1493: completion items cannot be annotated Problem: Completion items cannot be annotated. Solution: Add a "user_data" entry to the completion item. (Ben Jackson, coses #2608, closes #2508)
diff --git a/src/version.c b/src/version.c index be5f864..261e3d7 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1493, +/**/ 1492, /**/ 1491,