vim-patch:8.1.2082: rename popupmnu.* to popupmenu.* (#19829)

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.
30e8e73506
This commit is contained in:
zeertzjq
2022-08-18 17:06:39 +08:00
committed by GitHub
parent 341ef46d00
commit fbcce2b2ca
17 changed files with 31 additions and 31 deletions

View File

@@ -60,7 +60,7 @@
#include "nvim/os/shell.h"
#include "nvim/path.h"
#include "nvim/plines.h"
#include "nvim/popupmnu.h"
#include "nvim/popupmenu.h"
#include "nvim/profile.h"
#include "nvim/quickfix.h"
#include "nvim/regexp.h"