commit | 7c365fb190225d98af818daf195dc19921fe01ca | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 29 20:28:31 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 29 20:28:31 2018 +0200 |
tree | e848877539d1e033be7f7f430bbc880a4918b877 | |
parent | 307ac5c68e9e624ab713136d79f35bb73f780d2d [diff] [blame] |
patch 8.1.0127: build failure when disabling the session feature Problem: Build failure when disabling the session feature. (Pawel Slowik) Solution: Adjust #ifdef for vim_chdirfile().
diff --git a/src/version.c b/src/version.c index 4e3770e..72e8547 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 127, +/**/ 126, /**/ 125,