commit | bc2b71d44a0b90b6aeb3534a76912fccbe5577df | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 17 21:33:30 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 17 21:33:30 2020 +0100 |
tree | a77a42312e3d84710013ca0ba0f919ab79867560 | |
parent | b13af50f73dd89503c915f76fcf92be58789521a [diff] [blame] |
patch 8.2.0270: some code not covered by tests Problem: Some code not covered by tests. Solution: Add test cases. (Yegappan Lakshmanan, closes #5649)
diff --git a/src/testdir/test_autocmd.vim b/src/testdir/test_autocmd.vim index 23deec6..3b07104 100644 --- a/src/testdir/test_autocmd.vim +++ b/src/testdir/test_autocmd.vim
@@ -2357,3 +2357,5 @@ au! crash setglobal spellfile= endfunc + +" vim: shiftwidth=2 sts=2 expandtab