mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 08:18:17 +00:00
provider: Add support for python commands/functions
This uses the provider/scripting infrastructure to reintroduce python support through the msgpack-rpc API. A new 'initpython' option was added, and it must be set to a command that will bootstrap the python provider the first time it's needed.
This commit is contained in:
@@ -1859,6 +1859,7 @@ static char_u * do_one_cmd(char_u **cmdlinep,
|
||||
case CMD_noautocmd:
|
||||
case CMD_noswapfile:
|
||||
case CMD_psearch:
|
||||
case CMD_python:
|
||||
case CMD_return:
|
||||
case CMD_rightbelow:
|
||||
case CMD_silent:
|
||||
|
Reference in New Issue
Block a user