summaryrefslogtreecommitdiffstats
path: root/src/edit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/edit.c')
-rw-r--r--src/edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/edit.c b/src/edit.c
index 4754fd9bde..ed5b79859f 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