Files
neovim/src/nvim/eval/list.h
Jan Edmund Lazo ed0f46af62 vim-patch:8.1.1978: the eval.c file is too big
Problem:    The eval.c file is too big.
Solution:   Move filter() and map() to list.c.

1e1d30048e

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

6 lines
85 B
C

#pragma once
#include "nvim/eval/typval_defs.h"
#include "eval/list.h.generated.h"