aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/executor.h
blob: 42abf77f4a00957a3018e4a2f51a1c75761db755 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef NVIM_EVAL_EXECUTOR_H
#define NVIM_EVAL_EXECUTOR_H

#include "nvim/eval/typval.h"

extern char *e_list_index_out_of_range_nr;

#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "eval/executor.h.generated.h"
#endif
#endif  // NVIM_EVAL_EXECUTOR_H