From 01b4efe9d939d9eed93c55829d8c35ec22113328 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sun, 3 Feb 2019 16:42:44 +0100 Subject: rename ui_is_external to ui_has (#9576) --- src/nvim/edit.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/nvim/edit.c') 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 @@ -2494,10 +2494,6 @@ static pumitem_T *compl_match_array = NULL; static int compl_match_arraysize; -/* - * Update the screen and when there is any scrolling remove the popup menu. - */ - /* * Remove any popup menu. */ -- cgit