Files
neovim/src/nvim/eval/executor.h
Jan Edmund Lazo 3051e8bbb1 vim-patch:8.1.1981: the evalfunc.c file is too big
Problem:    The evalfunc.c file is too big.
Solution:   Move undo functions to undo.c.  Move cmdline functions to
            ex_getln.c.  Move some container functions to list.c.

08c308aeb5

Co-authored-by: Bram Moolenaar <Bram@vim.org>
2025-10-06 20:56:38 -04:00

6 lines
111 B
C

#pragma once
#include "nvim/eval/typval_defs.h" // IWYU pragma: keep
#include "eval/executor.h.generated.h"