aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/edit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/edit.c')
-rw-r--r--src/nvim/edit.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nvim/edit.c b/src/nvim/edit.c
index a63dd97ba8..62b35fa708 100644
--- a/src/nvim/edit.c
+++ b/src/nvim/edit.c
@@ -2495,10 +2495,6 @@ static int compl_match_arraysize;
/*
- * Update the screen and when there is any scrolling remove the popup menu.
- */
-
-/*
* Remove any popup menu.
*/
static void ins_compl_del_pum(void)