From 30e8e73506e4522ef4aebf7d525c0e6ffe8805fd Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 27 Sep 2019 13:08:36 +0200 Subject: patch 8.1.2082: some files have a weird name to fit in 8.3 characters Problem: Some files have a weird name to fit in 8.3 characters. Solution: Use a nicer names. --- src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/README.md') diff --git a/src/README.md b/src/README.md index b08f0b493..8d21b5f67 100644 --- a/src/README.md +++ b/src/README.md @@ -58,7 +58,7 @@ mouse.c | handling the mouse ops.c | handling operators ("d", "y", "p") option.c | options optionstr.c | handling string options -popupmnu.c | popup menu +popupmenu.c | popup menu popupwin.c | popup window profiler.c | vim script profiler quickfix.c | quickfix commands (":make", ":cn") -- cgit v1.2.1