commit | 110bd60985c31e8978e9b071e2179f4233ef8557 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 16 18:46:59 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 16 18:46:59 2018 +0200 |
tree | d08c7814d0ca763dd5ee2fa85fee8e618e79b960 | |
parent | d2b58c0a2c665075a8cfef57db6e1b37d4523e02 [diff] [blame] |
patch 8.1.0401: can't get swap name of another buffer Problem: Can't get swap name of another buffer. Solution: Add swapname(). (Ozaki Kiichi, closes #3441)
diff --git a/src/version.c b/src/version.c index d3cc195..8195858 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 401, +/**/ 400, /**/ 399,