mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 14:26:07 +00:00
api: When calling get/set_lines from vimL, don't convert between "\n" and "\0".
This commit is contained in:
@@ -33,6 +33,9 @@ typedef enum {
|
||||
/// Used as the message ID of notifications.
|
||||
#define NO_RESPONSE UINT64_MAX
|
||||
|
||||
/// Used as channel_id when the call is local
|
||||
#define INVALID_CHANNEL UINT64_MAX
|
||||
|
||||
typedef struct {
|
||||
ErrorType type;
|
||||
char msg[1024];
|
||||
|
Reference in New Issue
Block a user