]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1228 v7.4.1228
authorBram Moolenaar <Bram@vim.org>
Sun, 31 Jan 2016 17:45:24 +0000 (18:45 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 31 Jan 2016 17:45:24 +0000 (18:45 +0100)
commit155500077c80cdb5d9c63996000c011b66a676bf
tree4af4b56ec06197b39241f8f734a71dd99411efd0
parent448a22549b4528fd81d520497f30672567199c96
patch 7.4.1228
Problem:    copy() and deepcopy() fail with special variables. (Nikolai
            Pavlov)
Solution:   Make it work.  Add a test.  Closes #614.
src/eval.c
src/testdir/test_viml.vim
src/version.c