aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-03-21 12:09:11 +0100
committerJustin M. Keyes <justinkz@gmail.com>2017-03-22 18:42:58 +0100
commit2e9c1a9c4a6e2aaaef87c1c37b9cd14965b6d7b8 (patch)
tree506588f43250af29e3b33959a15db95c8fe9d3a0 /src
parent10f6624f65edbc8af84c9775e6712484be9c81a5 (diff)
downloadrneovim-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
Diffstat (limited to 'src')
-rw-r--r--src/nvim/testdir/test_alot.vim1
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