commit | 1671f4488105ee12a6a8558ae351436c26ab55fc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 10 07:48:13 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 10 07:48:13 2020 +0100 |
tree | 2e6bd3ba9c7cb5a443d97c03bc82046ff3ce087c | |
parent | 5269bd2a724fdb8c16c9635ef744a670f1bc8bd5 [diff] [blame] |
patch 8.2.0369: various Normal mode commands not fully tested Problem: Various Normal mode commands not fully tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5751)
diff --git a/src/testdir/test_changelist.vim b/src/testdir/test_changelist.vim index ce77c1f..3741f32 100644 --- a/src/testdir/test_changelist.vim +++ b/src/testdir/test_changelist.vim
@@ -46,3 +46,5 @@ call delete('Xfile1.txt') call delete('Xfile2.txt') endfunc + +" vim: shiftwidth=2 sts=2 expandtab