From 8e46927a32f8a9b94351962304ae4d827e5b46ff Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 28 Jul 2010 19:38:16 +0200 Subject: Changes for VMS. Mostly by Zoltan Arpadffy. --- src/edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/edit.c') 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 -- cgit v1.2.3