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)
213ed008bb

'test_conceal.vim' requires +conceal and +terminal so it is N/A.
This commit is contained in:
Jan Edmund Lazo
2020-01-19 09:14:06 -05:00
parent 4c152be726
commit f5cc5153c6
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
" Test for python 2 commands. " Test for python 2 commands.
" TODO: move tests from test87.in here. " TODO: move tests from test86.in here.
if !has('python') if !has('python')
finish finish

View File

@@ -1,5 +1,5 @@
" Test for python 3 commands. " Test for python 3 commands.
" TODO: move tests from test88.in here. " TODO: move tests from test87.in here.
if !has('python3') if !has('python3')
finish finish