mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 01:00:05 +08:00
test(vim): fix vim test
This commit is contained in:
parent
2d28abac50
commit
07ef56b433
@ -248,6 +248,10 @@ lines = vim.eval("a:replacement")
|
|||||||
vim.buffers[bufnr][start_line:end_line] = lines
|
vim.buffers[bufnr][start_line:end_line] = lines
|
||||||
EOF
|
EOF
|
||||||
elseif has('python3')
|
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
|
py3 << EOF
|
||||||
import vim
|
import vim
|
||||||
import string
|
import string
|
||||||
|
Loading…
Reference in New Issue
Block a user