diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-02-03 16:42:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-03 16:42:44 +0100 |
commit | 01b4efe9d939d9eed93c55829d8c35ec22113328 (patch) | |
tree | 2725d0267dae469fb1f08636011264e295c57750 /src/nvim/edit.c | |
parent | 79a0ea2bec7c4a1c82990c07c87098b87bc2a1da (diff) | |
download | rneovim-01b4efe9d939d9eed93c55829d8c35ec22113328.tar.gz rneovim-01b4efe9d939d9eed93c55829d8c35ec22113328.tar.bz2 rneovim-01b4efe9d939d9eed93c55829d8c35ec22113328.zip |
rename ui_is_external to ui_has (#9576)
Diffstat (limited to 'src/nvim/edit.c')
-rw-r--r-- | src/nvim/edit.c | 4 |
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) |