]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.2305 v7.4.2305
authorBram Moolenaar <Bram@vim.org>
Thu, 1 Sep 2016 20:19:47 +0000 (22:19 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 1 Sep 2016 20:19:47 +0000 (22:19 +0200)
commit19a1669ffc796e30a83c5600f82f12ebf63a2261
treeb4631551e0b14b4a3ebe5a549aa44f33a92c1b95
parent417ccd7138d4d230d328de8b0d3892dd82ff1bee
patch 7.4.2305
Problem:    Marks, writefile and nested function tests are old style.
Solution:   Turn them into new style tests. (Yegappan Lakshmanan)
12 files changed:
src/Makefile
src/testdir/Make_all.mak
src/testdir/test_marks.in [deleted file]
src/testdir/test_marks.ok [deleted file]
src/testdir/test_marks.vim [new file with mode: 0644]
src/testdir/test_nested_function.in [deleted file]
src/testdir/test_nested_function.ok [deleted file]
src/testdir/test_nested_function.vim [new file with mode: 0644]
src/testdir/test_writefile.in [deleted file]
src/testdir/test_writefile.ok [deleted file]
src/testdir/test_writefile.vim [new file with mode: 0644]
src/version.c