blob: d36ce085428028764c033fafbc8f13c1c654582d (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
 | #pragma once
#include "nvim/eval/typval_defs.h"  // IWYU pragma: keep
extern char *e_list_index_out_of_range_nr;
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "eval/executor.h.generated.h"
#endif
 |