mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00
10 lines
201 B
C
10 lines
201 B
C
#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
|