diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-01-19 09:14:06 -0500 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-01-19 10:06:19 -0500 |
commit | f5cc5153c6a73af50b034676e116b667892ababe (patch) | |
tree | 674c911014c6a5ab62d511fa7a2444890823bfd8 | |
parent | 4c152be72665808a45f1e957e3fde53eaf9bdc25 (diff) | |
download | rneovim-f5cc5153c6a73af50b034676e116b667892ababe.tar.gz rneovim-f5cc5153c6a73af50b034676e116b667892ababe.tar.bz2 rneovim-f5cc5153c6a73af50b034676e116b667892ababe.zip |
vim-patch:8.1.2421: test88 is old style
Problem: Test88 is old style.
Solution: Turn into a new style test. (Yegappan Lakshmanan, closes vim/vim#5347)
https://github.com/vim/vim/commit/213ed008bbcd9fe0d3329b17f5f4af0169e448ff
'test_conceal.vim' requires +conceal and +terminal so it is N/A.
-rw-r--r-- | src/nvim/testdir/test_python2.vim | 2 | ||||
-rw-r--r-- | src/nvim/testdir/test_python3.vim | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/testdir/test_python2.vim b/src/nvim/testdir/test_python2.vim index 9628a298b9..5895ac85a8 100644 --- a/src/nvim/testdir/test_python2.vim +++ b/src/nvim/testdir/test_python2.vim @@ -1,5 +1,5 @@ " Test for python 2 commands. -" TODO: move tests from test87.in here. +" TODO: move tests from test86.in here. if !has('python') finish diff --git a/src/nvim/testdir/test_python3.vim b/src/nvim/testdir/test_python3.vim index 108f78f976..436d74b85d 100644 --- a/src/nvim/testdir/test_python3.vim +++ b/src/nvim/testdir/test_python3.vim @@ -1,5 +1,5 @@ " Test for python 3 commands. -" TODO: move tests from test88.in here. +" TODO: move tests from test87.in here. if !has('python3') finish |