comparison src/proto/popupmenu.pro @ 18182:9b6bfce90778 v8.1.2086

patch 8.1.2086: missing a few changes for the renamed files Commit: https://github.com/vim/vim/commit/38f1eeac3d8ec0a0e275213a62ba7ff1afb8ab33 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 27 14:19:09 2019 +0200 patch 8.1.2086: missing a few changes for the renamed files Problem: Missing a few changes for the renamed files. Solution: Rename in a few more places. (Ken Takata)
author Bram Moolenaar <Bram@vim.org>
date Fri, 27 Sep 2019 14:30:04 +0200
parents 1ec6539cef68
children ba5d8c5d77d7
comparison
equal deleted inserted replaced
18181:f515ac0166a8 18182:9b6bfce90778
1 /* popupmnu.c */ 1 /* popupmenu.c */
2 void pum_display(pumitem_T *array, int size, int selected); 2 void pum_display(pumitem_T *array, int size, int selected);
3 void pum_call_update_screen(void); 3 void pum_call_update_screen(void);
4 int pum_under_menu(int row, int col); 4 int pum_under_menu(int row, int col);
5 void pum_redraw(void); 5 void pum_redraw(void);
6 void pum_undisplay(void); 6 void pum_undisplay(void);