Changes for VMS.  Mostly by Zoltan Arpadffy.
diff --git a/src/edit.c b/src/edit.c
index 4754fd9..ed5b798 100644
--- a/src/edit.c
+++ b/src/edit.c
@@ -380,7 +380,7 @@
 #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