From 01c798c31a94a50ad0c4a022fc21c1a31553be21 Mon Sep 17 00:00:00 2001 From: Yegappan Lakshmanan Date: Wed, 2 Jun 2021 17:07:18 +0200 Subject: patch 8.2.2928: the evalfunc.c file is too big Problem: The evalfunc.c file is too big. Solution: Move float related functionality to a separate file. (Yegappan Lakshmanan, closes #8287) --- src/README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'src/README.md') diff --git a/src/README.md b/src/README.md index b4d9bdd89a..81ca37d0d6 100644 --- a/src/README.md +++ b/src/README.md @@ -56,6 +56,7 @@ locale.c | locale/language handling map.c | mapping and abbreviations mark.c | marks match.c | highlight matching +float.c | floating point functions mbyte.c | multi-byte character handling memfile.c | storing lines for buffers in a swapfile memline.c | storing lines for buffers in memory -- cgit v1.2.3