Skip to content

Latest commit

 

History

History
154 lines (100 loc) · 4.27 KB

api.vpe.core.rst

File metadata and controls

154 lines (100 loc) · 4.27 KB

Module vpe.core

Enhanced module for using Python3 in Vim.

This provides the Vim class, which is a wrapper around Vim's built-in vim module. It is intended that a Vim instance can be uses as a replacement for the vim module. For example:

from vpe import vim
# Now use 'vim' as an extended version of the *vim* module.
# ...

Callback

expr_arg