diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-02-10 16:19:32 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-02-10 16:19:32 +0100 |
commit | 9b56a57cdae31f7a2c85d440392bf63d3253a158 (patch) | |
tree | c398e599f330084126ba3b9cdc3ef0e86ab8be1c /src/version.c | |
parent | b301f6b950975b9d7ae87a4f551b32bba63ccdcf (diff) | |
download | vim-git-9b56a57cdae31f7a2c85d440392bf63d3253a158.tar.gz |
patch 8.0.1493: completion items cannot be annotatedv8.0.1493
Problem: Completion items cannot be annotated.
Solution: Add a "user_data" entry to the completion item. (Ben Jackson,
coses #2608, closes #2508)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index be5f864ec..261e3d7c6 100644 --- a/src/version.c +++ b/src/version.c @@ -772,6 +772,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1493, +/**/ 1492, /**/ 1491, |