summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-09-16 18:46:59 +0200
committerBram Moolenaar <Bram@vim.org>2018-09-16 18:46:59 +0200
commit110bd60985c31e8978e9b071e2179f4233ef8557 (patch)
treed08c7814d0ca763dd5ee2fa85fee8e618e79b960 /src/version.c
parentd2b58c0a2c665075a8cfef57db6e1b37d4523e02 (diff)
downloadvim-git-8.1.0401.tar.gz
patch 8.1.0401: can't get swap name of another bufferv8.1.0401
Problem: Can't get swap name of another buffer. Solution: Add swapname(). (Ozaki Kiichi, closes #3441)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index d3cc1951f..8195858c4 100644
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 401,
+/**/
400,
/**/
399,