mirror of
https://github.com/neovim/neovim.git
synced 2026-01-03 09:56:25 +10:00
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>
6 lines
85 B
C
6 lines
85 B
C
#pragma once
|
|
|
|
#include "nvim/eval/typval_defs.h"
|
|
|
|
#include "eval/list.h.generated.h"
|