summaryrefslogtreecommitdiffstats
path: root/src/README.md
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-09-27 13:08:36 +0200
committerBram Moolenaar <Bram@vim.org>2019-09-27 13:08:36 +0200
commit30e8e73506e4522ef4aebf7d525c0e6ffe8805fd (patch)
tree572d933103927bda359c6f5bdcbf51447f703912 /src/README.md
parent46a426c9acfdd3d6c0fa134a17681634b9325bee (diff)
patch 8.1.2082: some files have a weird name to fit in 8.3 charactersv8.1.2082
Problem: Some files have a weird name to fit in 8.3 characters. Solution: Use a nicer names.
Diffstat (limited to 'src/README.md')
-rw-r--r--src/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/README.md b/src/README.md
index b08f0b4931..8d21b5f679 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")