aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.h
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2021-12-10 10:56:17 +0100
committerGitHub <noreply@github.com>2021-12-10 10:56:17 +0100
commit26eb6051528186270b924c7c806a3f434c233530 (patch)
tree7229d143d9ce52354cd35d105054bf47d206a5bc /src/nvim/eval.h
parentac2d140a33dfe88f882218e15a443b8300cca6b2 (diff)
parenta59589ca018425f672eb70bf7d2b54d24df49326 (diff)
downloadrneovim-26eb6051528186270b924c7c806a3f434c233530.tar.gz
rneovim-26eb6051528186270b924c7c806a3f434c233530.tar.bz2
rneovim-26eb6051528186270b924c7c806a3f434c233530.zip
Merge pull request #16597 from bfredl/nomisc1
refactor: move out some long-hanging fruit from misc1.c
Diffstat (limited to 'src/nvim/eval.h')
-rw-r--r--src/nvim/eval.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/nvim/eval.h b/src/nvim/eval.h
index 3b3a68bd29..a9ec5d47a6 100644
--- a/src/nvim/eval.h
+++ b/src/nvim/eval.h
@@ -193,6 +193,13 @@ extern const list_T *eval_msgpack_type_lists[LAST_MSGPACK_TYPE + 1];
#undef LAST_MSGPACK_TYPE
+// Struct passed to get_v_event() and restore_v_event().
+typedef struct {
+ bool sve_did_save;
+ hashtab_T sve_hashtab;
+} save_v_event_T;
+
+
/// trans_function_name() flags
typedef enum {
TFN_INT = 1, ///< May use internal function name