Changes for VMS.  Mostly by Zoltan Arpadffy.
diff --git a/src/normal.c b/src/normal.c
index 9e75afc..e17aec3 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -7649,7 +7649,7 @@
 {
 #ifdef FEAT_CONCEAL
     /* Check for redraw before changing the state. */
-    conceal_check_cursur_line_redraw();
+    conceal_check_cursur_line();
 #endif
 
     VIsual_mode = c;
@@ -7673,7 +7673,7 @@
 #endif
 #ifdef FEAT_CONCEAL
     /* Check for redraw after changing the state. */
-    conceal_check_cursur_line_redraw();
+    conceal_check_cursur_line();
 #endif
 
     if (p_smd && msg_silent == 0)