diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-10-16 19:16:04 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-10-18 23:19:55 -0400 |
commit | c54a7e586bc39ff5798b32641aefd320389a0303 (patch) | |
tree | 315a3ff190f72d58ffdb64724e17ff145f339c25 /src | |
parent | 0e0d4a7b4c0a38c83282013b732c83d82b1844e9 (diff) | |
download | rneovim-c54a7e586bc39ff5798b32641aefd320389a0303.tar.gz rneovim-c54a7e586bc39ff5798b32641aefd320389a0303.tar.bz2 rneovim-c54a7e586bc39ff5798b32641aefd320389a0303.zip |
vim-patch:8.1.2161: mapping test fails
Problem: Mapping test fails.
Solution: Run the test separately.
https://github.com/vim/vim/commit/4bd88d568a81d37df69dc3cf8cdd8d9dbb4011b7
Diffstat (limited to 'src')
-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 6bf2e8329c..2c52452f6b 100644 --- a/src/nvim/testdir/test_alot.vim +++ b/src/nvim/testdir/test_alot.vim @@ -27,7 +27,6 @@ source test_jumps.vim source test_fileformat.vim source test_filetype.vim source test_lambda.vim -source test_mapping.vim source test_menu.vim source test_messages.vim source test_modeline.vim |