commit | 08f4157c5cabc55bcb22f04dd7c717aba40caa34 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 20 16:50:00 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 20 16:50:00 2020 +0200 |
tree | 3adf5dc4585df51fbe7bd51573f5ea6094cb2702 | |
parent | ad4dc83389931a0354c3691b42f99a5bb98c766f [diff] [blame] |
patch 8.2.0610: some tests are still old style Problem: Some tests are still old style. Solution: Convert to new style tests. (Yegappan Lakshmanan, closes #5957)
diff --git a/src/testdir/test_cursor_func.vim b/src/testdir/test_cursor_func.vim index 0afc45e..7a17958 100644 --- a/src/testdir/test_cursor_func.vim +++ b/src/testdir/test_cursor_func.vim
@@ -115,3 +115,5 @@ close bwipe! endfunc + +" vim: shiftwidth=2 sts=2 expandtab