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/proto.h | |
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/proto.h')
-rw-r--r-- | src/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto.h b/src/proto.h index 6d3b83dea..4c419c6fb 100644 --- a/src/proto.h +++ b/src/proto.h @@ -182,7 +182,7 @@ void qsort(void *base, size_t elm_count, size_t elm_size, int (*cmp)(const void # include "ops.pro" # include "option.pro" # include "optionstr.pro" -# include "popupmnu.pro" +# include "popupmenu.pro" # if defined(FEAT_PROFILE) || defined(FEAT_RELTIME) # include "profiler.pro" # endif |