commit | 00f123a56585363cd13f062fd3bb123efcfaa664 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 21 20:28:54 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 21 20:28:54 2018 +0200 |
tree | 7c8fb2556c2b395cb4d6035a1b0299f05073e409 | |
parent | 8e82c057ffb86cec3210ad8a22ad3f21d52e0953 [diff] [blame] |
patch 8.1.0313: information about a swap file is unavailable Problem: Information about a swap file is unavailable. Solution: Add swapinfo(). (Enzo Ferber)
diff --git a/src/version.c b/src/version.c index d752d04..d0052fa 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 313, +/**/ 312, /**/ 311,