diff options
| author | bfredl <bjorn.linse@gmail.com> | 2022-01-29 20:22:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-29 20:22:25 +0100 |
| commit | e0242c4a937be5b5a7eea21bfe780fb49216e2a2 (patch) | |
| tree | 934cefaf8b9a44a18fd134ef11b27d74a32089b0 /src/nvim/testdir/test_pyx2.vim | |
| parent | 4b719e4a16dfab0829d833ed8bbc102bf6c6b0b4 (diff) | |
| parent | baec0d3152afeab3007ebb505f3fc274511db434 (diff) | |
| download | rneovim-e0242c4a937be5b5a7eea21bfe780fb49216e2a2.tar.gz rneovim-e0242c4a937be5b5a7eea21bfe780fb49216e2a2.tar.bz2 rneovim-e0242c4a937be5b5a7eea21bfe780fb49216e2a2.zip | |
Merge pull request #17222 from bfredl/babajpy2
feat(provider)!: remove support for python2 and python3.[3-6]
Diffstat (limited to 'src/nvim/testdir/test_pyx2.vim')
| -rw-r--r-- | src/nvim/testdir/test_pyx2.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_pyx2.vim b/src/nvim/testdir/test_pyx2.vim index b6ed80f842..6a8ebf3da0 100644 --- a/src/nvim/testdir/test_pyx2.vim +++ b/src/nvim/testdir/test_pyx2.vim @@ -1,9 +1,9 @@ " Test for pyx* commands and functions with Python 2. -set pyx=2 if !has('python') finish endif +set pyx=2 let s:py2pattern = '^2\.[0-7]\.\d\+' let s:py3pattern = '^3\.\d\+\.\d\+' |