1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2019-09-27 13:08:36 +02:00
parent 46a426c9ac
commit 30e8e73506
19 changed files with 76 additions and 56 deletions

View File

@@ -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")