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