mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 01:46:29 +00:00
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:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user