diff options
Diffstat (limited to 'src/nvim/search.c')
-rw-r--r-- | src/nvim/search.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/search.c b/src/nvim/search.c index 6e2824bc8e..26ff9a5bad 100644 --- a/src/nvim/search.c +++ b/src/nvim/search.c @@ -2044,7 +2044,6 @@ showmatch ( p_siso = 0; /* don't use 'sidescrolloff' here */ showruler(FALSE); setcursor(); - ui_cursor_on(); /* make sure that the cursor is shown */ ui_flush(); /* Restore dollar_vcol(), because setcursor() may call curs_rows() * which resets it if the matching position is in a previous line |