mirror of
https://github.com/neovim/neovim.git
synced 2026-02-01 10:01:18 +10: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
|