]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1046: insufficient tests for src/buffer.c v8.2.1046
authorBram Moolenaar <Bram@vim.org>
Wed, 24 Jun 2020 11:37:35 +0000 (13:37 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 24 Jun 2020 11:37:35 +0000 (13:37 +0200)
commitb7e2483655d9b68df0c7349918027d800051a28a
tree6d1ba1c7e5e7c9e95974f0a4b2d39998ba0fd1c9
parent67fbdfefd26a237831c3838f799d3e6198c8a34a
patch 8.2.1046: insufficient tests for src/buffer.c

Problem:    Insufficient tests for src/buffer.c.
Solution:   Add more tests.  Move comments related tests to a separate file.
            (Yegappan Lakshmanan, closes #6325)
src/testdir/Make_all.mak
src/testdir/test_buffer.vim
src/testdir/test_cmdline.vim
src/testdir/test_comments.vim [new file with mode: 0644]
src/testdir/test_normal.vim
src/testdir/test_textformat.vim
src/version.c