diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-08-18 17:06:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-18 17:06:39 +0800 |
commit | fbcce2b2ca781fa2133e5d1c85d1eb4ea91a06ee (patch) | |
tree | 4c59ec7146a849e867dcc5f9685015d08f7876d9 /src/nvim/menu.c | |
parent | 341ef46d008d765640e65404f8dc7760175d4c7d (diff) | |
download | rneovim-fbcce2b2ca781fa2133e5d1c85d1eb4ea91a06ee.tar.gz rneovim-fbcce2b2ca781fa2133e5d1c85d1eb4ea91a06ee.tar.bz2 rneovim-fbcce2b2ca781fa2133e5d1c85d1eb4ea91a06ee.zip |
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.
https://github.com/vim/vim/commit/30e8e73506e4522ef4aebf7d525c0e6ffe8805fd
Diffstat (limited to 'src/nvim/menu.c')
-rw-r--r-- | src/nvim/menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/menu.c b/src/nvim/menu.c index 9cb9503b3c..c3cf4457fc 100644 --- a/src/nvim/menu.c +++ b/src/nvim/menu.c @@ -23,7 +23,7 @@ #include "nvim/memory.h" #include "nvim/menu.h" #include "nvim/message.h" -#include "nvim/popupmnu.h" +#include "nvim/popupmenu.h" #include "nvim/screen.h" #include "nvim/state.h" #include "nvim/strings.h" |