diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-06-30 21:18:13 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-06-30 21:18:13 +0200 |
commit | 1fbfe7c48cb711f5a6deae535b3ec3bfe7952ce9 (patch) | |
tree | 0fdb61cdefa797b72789e678edaf4a21e769554c /src/version.c | |
parent | ad6480961080f80a455b2394f27b02935a2ded52 (diff) | |
download | vim-git-1fbfe7c48cb711f5a6deae535b3ec3bfe7952ce9.tar.gz |
patch 8.1.0131: :profdel is not testedv8.1.0131
Problem: :profdel is not tested.
Solution: Add a test. (Dominique Pelle, closes #3123)
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 bc3d06a32..0efebc67a 100644 --- a/src/version.c +++ b/src/version.c @@ -790,6 +790,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 131, +/**/ 130, /**/ 129, |