diff options
Diffstat (limited to 'src/edit.c')
-rw-r--r-- | src/edit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/edit.c b/src/edit.c index 4754fd9bd..ed5b79859 100644 --- a/src/edit.c +++ b/src/edit.c @@ -380,7 +380,7 @@ edit(cmdchar, startln, count) #ifdef FEAT_CONCEAL /* Check if the cursor line needs redrawing before changing State. If * 'concealcursor' is "n" it needs to be redrawn without concealing. */ - conceal_check_cursur_line_redraw(); + conceal_check_cursur_line(); #endif #ifdef FEAT_MOUSE |