diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-01-24 22:42:37 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-01-24 22:42:37 +0100 |
commit | 99531a7604ce89ba82f41cdb519669abb61f3df0 (patch) | |
tree | 1357331276f4ccd7b8d590252cabc1e8319736be /src/version.c | |
parent | 681b6bc86c8f60473854c0141935c07494528884 (diff) | |
download | vim-git-99531a7604ce89ba82f41cdb519669abb61f3df0.tar.gz |
patch 8.1.0817: ":=" command is not testedv8.1.0817
Problem: ":=" command is not tested.
Solution: Add a test. (Dominique Pelle, closes #3859)
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 1cd591ffb..532b449dd 100644 --- a/src/version.c +++ b/src/version.c @@ -788,6 +788,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 817, +/**/ 816, /**/ 815, |