mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
map/msgpack-rpc: Declare/define maps rpc method handlers
The new map type uses `String` instances as keys to avoid unnecessary copying to zero-terminated buffers.
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
#ifndef NVIM_VIM_H
|
||||
# define NVIM_VIM_H
|
||||
|
||||
#define min(X, Y) (X < Y ? X : Y)
|
||||
|
||||
#include "nvim/types.h"
|
||||
#include "nvim/pos.h" // for linenr_T, MAXCOL, etc...
|
||||
|
||||
|
Reference in New Issue
Block a user