mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
2 lines
64 B
VimL
2 lines
64 B
VimL
|
:python3 import vim; vim.current.buffer[0] = 'hello python3'
|
||
|
:wq
|