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