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/popupmnu.pro b/src/proto/popupmnu.pro index c019663..f5b6c0c 100644 --- a/src/proto/popupmnu.pro +++ b/src/proto/popupmnu.pro
@@ -1,4 +1,4 @@ -/* popupmnu.c */ +/* popupmenu.c */ void pum_display(pumitem_T *array, int size, int selected); void pum_call_update_screen(void); int pum_under_menu(int row, int col);