mirror of
https://github.com/neovim/neovim.git
synced 2026-05-26 14:58:28 +00:00
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>
6 lines
111 B
C
6 lines
111 B
C
#pragma once
|
|
|
|
#include "nvim/eval/typval_defs.h" // IWYU pragma: keep
|
|
|
|
#include "eval/executor.h.generated.h"
|