diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-03-21 12:09:11 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-03-22 18:42:58 +0100 |
commit | 2e9c1a9c4a6e2aaaef87c1c37b9cd14965b6d7b8 (patch) | |
tree | 506588f43250af29e3b33959a15db95c8fe9d3a0 | |
parent | 10f6624f65edbc8af84c9775e6712484be9c81a5 (diff) | |
download | rneovim-2e9c1a9c4a6e2aaaef87c1c37b9cd14965b6d7b8.tar.gz rneovim-2e9c1a9c4a6e2aaaef87c1c37b9cd14965b6d7b8.tar.bz2 rneovim-2e9c1a9c4a6e2aaaef87c1c37b9cd14965b6d7b8.zip |
vim-patch:8.0.0178
Problem: test_command_count may fail when a previous test interferes, seen
on MS-Windows.
Solution: Run it separately.
https://github.com/vim/vim/commit/9b73c4a215cb5f0f7df1e7f0663aea2bce1914ab
-rw-r--r-- | src/nvim/testdir/test_alot.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_alot.vim b/src/nvim/testdir/test_alot.vim index 241300f688..8aa0f417d1 100644 --- a/src/nvim/testdir/test_alot.vim +++ b/src/nvim/testdir/test_alot.vim @@ -3,7 +3,6 @@ source test_assign.vim source test_autocmd.vim -source test_command_count.vim source test_cursor_func.vim source test_execute_func.vim source test_ex_undo.vim |