From 78a1531005adc6bfe435ee2b9207864688bea7e9 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 15 May 2009 19:33:18 +0000 Subject: updated for version 7.2-174 --- src/edit.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/edit.c') diff --git a/src/edit.c b/src/edit.c index 841144957..ee30a3e30 100644 --- a/src/edit.c +++ b/src/edit.c @@ -8991,7 +8991,10 @@ ins_right() foldOpenCursor(); #endif undisplay_dollar(); - if (gchar_cursor() != NUL || virtual_active() + if (gchar_cursor() != NUL +#ifdef FEAT_VIRTUALEDIT + || virtual_active() +#endif ) { start_arrow(&curwin->w_cursor); -- cgit v1.2.3