]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1131 v7.4.1131
authorBram Moolenaar <Bram@vim.org>
Mon, 18 Jan 2016 22:29:01 +0000 (23:29 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 18 Jan 2016 22:29:01 +0000 (23:29 +0100)
commitb20e334859334be35de4b295023a2b49bdabbfa9
treeadc41d9170de34857be2de9628d10174d1501766
parent61ff4dd6a4d47bd32383fe28087be2b37dec53f4
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.
src/eval.c
src/ex_cmds.c
src/misc2.c
src/proto/misc2.pro
src/structs.h
src/testdir/Make_all.mak
src/testdir/test74.in [deleted file]
src/testdir/test74.ok [deleted file]
src/testdir/test_viminfo.vim [new file with mode: 0644]
src/version.c