aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nvim/insexpand.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/insexpand.c b/src/nvim/insexpand.c
index b62a48f056..42f3a78f27 100644
--- a/src/nvim/insexpand.c
+++ b/src/nvim/insexpand.c
@@ -1241,9 +1241,6 @@ void ins_compl_show_pum(void)
return;
}
- // Dirty hard-coded hack: remove any matchparen highlighting.
- do_cmdline_cmd("if exists('g:loaded_matchparen')|3match none|endif");
-
// Update the screen before drawing the popup menu over it.
update_screen();