1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:40:06 +08:00

test(vim): fix vim test

This commit is contained in:
Shidong Wang 2023-04-18 21:53:20 +08:00 committed by GitHub
parent 2d28abac50
commit 07ef56b433
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -248,6 +248,10 @@ lines = vim.eval("a:replacement")
vim.buffers[bufnr][start_line:end_line] = lines
EOF
elseif has('python3')
" https://github.com/vim/vim/issues/3117
" https://github.com/Azure/WALinuxAgent/issues/2326
" https://github.com/powerline/powerline/issues/1925#issuecomment-402635097
silent! python3 1
py3 << EOF
import vim
import string