summaryrefslogtreecommitdiff
path: root/src/screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.c')
-rw-r--r--src/screen.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/screen.c b/src/screen.c
index 954beef95..4dfbfec89 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -10375,12 +10375,9 @@ showmode(void)
else
#endif
{
-#ifdef FEAT_VREPLACE
if (State & VREPLACE_FLAG)
MSG_PUTS_ATTR(_(" VREPLACE"), attr);
- else
-#endif
- if (State & REPLACE_FLAG)
+ else if (State & REPLACE_FLAG)
MSG_PUTS_ATTR(_(" REPLACE"), attr);
else if (State & INSERT)
{