diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-04-19 10:34:23 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2023-04-19 11:29:35 +0800 |
commit | 63432c854fa06a1587e1bc6afc3e086f9e8c137a (patch) | |
tree | c45aa5f5ada663966aeddb20821b5615ccffd3ef /.gitignore | |
parent | 7592540029d32328cce6d8e6a9b134c051413cef (diff) | |
download | rneovim-63432c854fa06a1587e1bc6afc3e086f9e8c137a.tar.gz rneovim-63432c854fa06a1587e1bc6afc3e086f9e8c137a.tar.bz2 rneovim-63432c854fa06a1587e1bc6afc3e086f9e8c137a.zip |
vim-patch:9.0.0560: elapsed time since testing started is not visible
Problem: Elapsed time since testing started is not visible.
Solution: Show the elapsed time while running tests.
https://github.com/vim/vim/commit/b9093d50098ccff3848c2a404b9d0324a074c7b7
Co-authored-by: Bram Moolenaar <Bram@vim.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5ada7d171a..d04b91dbb7 100644 --- a/.gitignore +++ b/.gitignore @@ -43,6 +43,7 @@ compile_commands.json /test/old/testdir/test*.res /test/old/testdir/test*.log /test/old/testdir/messages +/test/old/testdir/starttime /test/old/testdir/viminfo /test/old/testdir/test.ok /test/old/testdir/*.failed |