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

@@ -53,7 +53,7 @@
#include "nvim/option.h"
#include "nvim/os/input.h"
#include "nvim/os/process.h"
#include "nvim/popupmnu.h"
#include "nvim/popupmenu.h"
#include "nvim/runtime.h"
#include "nvim/screen.h"
#include "nvim/state.h"