commit | b20e334859334be35de4b295023a2b49bdabbfa9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 18 23:29:01 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 18 23:29:01 2016 +0100 |
tree | adc41d9170de34857be2de9628d10174d1501766 | |
parent | 61ff4dd6a4d47bd32383fe28087be2b37dec53f4 [diff] [blame] |
patch 7.4.1131 Problem: New lines in the viminfo file are dropped. Solution: Copy lines starting with "|". Fix that when using :rviminfo in a function global variables were restored as function-local variables.
diff --git a/src/version.c b/src/version.c index 444d4b8..0b59518 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1131, +/**/ 1130, /**/ 1129,