commit | ed18f2c03ae4786b489943cb575bb781a70356e4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 24 20:30:52 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 24 20:30:52 2019 +0100 |
tree | d47dd1429b659ca1aefd712219d4f43376d26a21 | |
parent | 0566e891f73897486de3f0ac194795eeca0097d6 [diff] [blame] |
patch 8.1.0814: :mksession cannot handle a very long 'runtimepath' Problem: :mksession cannot handle a very long 'runtimepath'. (Timothy Madden) Solution: Expand each part separately, instead of the whole option at once. (Christian Brabandt, closes #3466)
diff --git a/src/version.c b/src/version.c index 230d2fb..9805015 100644 --- a/src/version.c +++ b/src/version.c
@@ -788,6 +788,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 84, +/**/ 813, /**/ 812,