diff src/edit.c @ 2428:33148c37f3c9 vim73

Changes for VMS. Mostly by Zoltan Arpadffy.
author Bram Moolenaar <bram@vim.org>
date Wed, 28 Jul 2010 19:38:16 +0200
parents 0ca06a92adfb
children 6768ebd0bc04
line wrap: on
line diff
--- 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