diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-09-27 13:08:36 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-09-27 13:08:36 +0200 |
commit | 30e8e73506e4522ef4aebf7d525c0e6ffe8805fd (patch) | |
tree | 572d933103927bda359c6f5bdcbf51447f703912 /src/README.md | |
parent | 46a426c9acfdd3d6c0fa134a17681634b9325bee (diff) | |
download | vim-git-30e8e73506e4522ef4aebf7d525c0e6ffe8805fd.tar.gz |
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.md | 2 |
1 files changed, 1 insertions, 1 deletions
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") |