diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2020-09-21 10:37:28 +0200 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2020-10-10 15:16:45 +0200 |
commit | 0b615dae073c14078c0a92b8aaed1da24575afcf (patch) | |
tree | d46cec554e489a92ed0d81ea6c5780d9c27dd87e /src/nvim/types.h | |
parent | 11ec53e558b547bbe49c93d206a8e4ab4247511b (diff) | |
download | rneovim-0b615dae073c14078c0a92b8aaed1da24575afcf.tar.gz rneovim-0b615dae073c14078c0a92b8aaed1da24575afcf.tar.bz2 rneovim-0b615dae073c14078c0a92b8aaed1da24575afcf.zip |
api: multiple decoration providers at once
Diffstat (limited to 'src/nvim/types.h')
-rw-r--r-- | src/nvim/types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/types.h b/src/nvim/types.h index 91420c087f..a3d87f35ca 100644 --- a/src/nvim/types.h +++ b/src/nvim/types.h @@ -21,6 +21,8 @@ typedef int handle_T; // absent callback etc. typedef int LuaRef; +typedef uint64_t NS; + typedef struct expand expand_T; typedef enum { |