diff options
author | James McCoy <jamessan@jamessan.com> | 2017-02-23 07:30:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-23 07:30:20 -0500 |
commit | 9752a333c32c344eb0cd86b4a3bba4ce6cba3b23 (patch) | |
tree | 8a34046b26b8ae39373005a29f6a72564e3ccf13 /src/nvim/buffer_defs.h | |
parent | 4e21311f9cceabcfaa6c746518cb2628deb2bb40 (diff) | |
parent | d4dd447ded5e0818fe3e49ebbe59fdafdaae7a1b (diff) | |
download | rneovim-9752a333c32c344eb0cd86b4a3bba4ce6cba3b23.tar.gz rneovim-9752a333c32c344eb0cd86b4a3bba4ce6cba3b23.tar.bz2 rneovim-9752a333c32c344eb0cd86b4a3bba4ce6cba3b23.zip |
Merge pull request #5771 from brcolow/lambda
Lambda Support
Diffstat (limited to 'src/nvim/buffer_defs.h')
-rw-r--r-- | src/nvim/buffer_defs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/buffer_defs.h b/src/nvim/buffer_defs.h index 73d06de964..9c5c7859ff 100644 --- a/src/nvim/buffer_defs.h +++ b/src/nvim/buffer_defs.h @@ -31,8 +31,6 @@ typedef struct { #include "nvim/hashtab.h" // for dict_T #include "nvim/eval_defs.h" -// for proftime_T -#include "nvim/profile.h" // for String #include "nvim/api/private/defs.h" // for Map(K, V) @@ -90,7 +88,6 @@ typedef struct { typedef struct window_S win_T; typedef struct wininfo_S wininfo_T; typedef struct frame_S frame_T; -typedef int scid_T; /* script ID */ // for struct memline (it needs memfile_T) #include "nvim/memline_defs.h" |