LICENCE
README.rst
pyproject.toml
src/vpe/__init__.py
src/vpe/app_ui_support.py
src/vpe/channels.py
src/vpe/colors.py
src/vpe/common.py
src/vpe/config.py
src/vpe/core.py
src/vpe/diffs.py
src/vpe/install.py
src/vpe/mapping.py
src/vpe/message_bus.py
src/vpe/panels.py
src/vpe/py.typed
src/vpe/rich_support.py
src/vpe/rpy_support.py
src/vpe/rpyc_support.py
src/vpe/syntax.py
src/vpe/ui.py
src/vpe/user_commands.py
src/vpe/utils.py
src/vpe/vim.pyi
src/vpe/vpe_commands.py
src/vpe/windows.py
src/vpe/wrappers.py
src/vpe.egg-info/PKG-INFO
src/vpe.egg-info/SOURCES.txt
src/vpe.egg-info/dependency_links.txt
src/vpe.egg-info/requires.txt
src/vpe.egg-info/top_level.txt
src/vpe/minirpyc/__init__.py
src/vpe/minirpyc/core/__init__.py
src/vpe/minirpyc/core/brine.py
src/vpe/minirpyc/core/consts.py
src/vpe/minirpyc/core/netref.py
src/vpe/minirpyc/core/protocol.py
src/vpe/minirpyc/core/service.py
src/vpe/minirpyc/core/vinegar.py
src/vpe/minirpyc/lib/__init__.py
src/vpe/minirpyc/lib/colls.py
src/vpe/minirpyc/utils/__init__.py
src/vpe/minirpyc/utils/classic.py
src/vpe/minirpyc/utils/helpers.py
src/vpe/resources/000-vpe.vim
src/vpe/resources/vpe-help.txt
test/test_app_ui_support.py
test/test_buf_listener.py
test/test_buffers.py
test/test_channels.py
test/test_colors.py
test/test_commands.py
test/test_config.py
test/test_extensions.py
test/test_mapping.py
test/test_options.py
test/test_panels.py
test/test_plugin.py
test/test_popup.py
test/test_syntax.py
test/test_tabpages.py
test/test_user_commands.py
test/test_variables.py
test/test_vim.py
test/test_windows.py
test/test_wrapping.py