commit | cde0ff39da2459b16007fef701ebaa449fb6fe9d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 04 14:00:39 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 04 14:00:39 2020 +0200 |
tree | 9ba0f500505470043d6e78a30600419375d4c76f | |
parent | d77a8525d5438cae49f670eb473ef60d87ca5f54 [diff] [blame] |
patch 8.2.0509: various code is not properly tested. Problem: various code is not properly tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5871)
diff --git a/src/testdir/shared.vim b/src/testdir/shared.vim index 58b7271..239051e 100644 --- a/src/testdir/shared.vim +++ b/src/testdir/shared.vim
@@ -337,3 +337,5 @@ endif return v:false endfunc + +" vim: shiftwidth=2 sts=2 expandtab