diff 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
line wrap: on
line diff
--- a/src/proto/popupmenu.pro
+++ b/src/proto/popupmenu.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);