feat(remote): add basic --remote support

This is starting from @geekodour's work at
https://github.com/neovim/neovim/pull/8326
This commit is contained in:
Charlie Groves
2022-02-16 17:11:50 -05:00
parent 76769b8a1f
commit 5862176764
4 changed files with 154 additions and 1 deletions

View File

@@ -39,6 +39,8 @@ typedef struct {
int diff_mode; // start with 'diff' set
char *listen_addr; // --listen {address}
int remote; // --remote-[subcmd] {file1} {file2}
char *server_addr; // --server {address}
} mparm_T;
#ifdef INCLUDE_GENERATED_DECLARATIONS