summaryrefslogtreecommitdiff
path: root/src/normal.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-28 19:38:16 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-28 19:38:16 +0200
commit8e46927a32f8a9b94351962304ae4d827e5b46ff (patch)
treeacc944f0b4722c1613ee2581f06f84d4f06bc29c /src/normal.c
parent1dba0fbb7a26205d9cbf58590baefe5e669f0fc4 (diff)
downloadvim-git-8e46927a32f8a9b94351962304ae4d827e5b46ff.tar.gz
Changes for VMS. Mostly by Zoltan Arpadffy.
Diffstat (limited to 'src/normal.c')
-rw-r--r--src/normal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/normal.c b/src/normal.c
index 9e75afc9e..e17aec315 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -7649,7 +7649,7 @@ n_start_visual_mode(c)
{
#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 @@ n_start_visual_mode(c)
#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)