pantry/projects/macvim.org/commands.vim
Andrew 3390af6615
macvim.org (#2756)
* new file:   projects/macvim.org/package.yml

* macvim.org

* invisible-island.net/ncurses

* DYLD_LIBRARY_PATH

* DYLD_LIBRARY_PATH

* without ncurses

* DYLD_LIBRARY_PATH

* wip

* wip

* wip

* wip

* ncurses

* move .app to libexec (so fix-machos fixes it)

* libsodium > runtime

* well, there can't be any more

---------

Co-authored-by: Jacob Heider <jacob@tea.xyz>
2023-09-07 12:30:10 -04:00

2 lines
64 B
VimL

:python3 import vim; vim.current.buffer[0] = 'hello python3'
:wq