commit | 30e8e73506e4522ef4aebf7d525c0e6ffe8805fd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 27 13:08:36 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 27 13:08:36 2019 +0200 |
tree | 572d933103927bda359c6f5bdcbf51447f703912 | |
parent | 46a426c9acfdd3d6c0fa134a17681634b9325bee [diff] [blame] |
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.
diff --git a/src/proto.h b/src/proto.h index 6d3b83d..4c419c6 100644 --- a/src/proto.h +++ b/src/proto.h
@@ -182,7 +182,7 @@ # 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