]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0311: linebreak tests are old style v8.0.0311
authorBram Moolenaar <Bram@vim.org>
Sun, 5 Feb 2017 20:14:50 +0000 (21:14 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 Feb 2017 20:14:50 +0000 (21:14 +0100)
commit544d3bc9f0e494cb712a33b61558b8e8e12b1e0b
tree01fcc92049bb5f2a7730db2508a3385bfb9aaca4
parent13c724fb3a630257b736a1c91643b396fee917c1
patch 8.0.0311: linebreak tests are old style

Problem:    Linebreak tests are old style.
Solution:   Turn the tests into new style. Share utility functions. (Ozaki
            Kiichi, closes #1444)
src/Makefile
src/testdir/Make_all.mak
src/testdir/test_breakindent.vim
src/testdir/test_listlbr.in [deleted file]
src/testdir/test_listlbr.ok [deleted file]
src/testdir/test_listlbr.vim [new file with mode: 0644]
src/testdir/test_listlbr_utf8.in [deleted file]
src/testdir/test_listlbr_utf8.ok [deleted file]
src/testdir/test_listlbr_utf8.vim [new file with mode: 0644]
src/testdir/view_util.vim [new file with mode: 0644]
src/version.c