summaryrefslogtreecommitdiffstats
path: root/src/option.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/option.c')
-rw-r--r--src/option.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/option.c b/src/option.c
index e5e78d823f..c10687f6fd 100644
--- a/src/option.c
+++ b/src/option.c
@@ -6532,7 +6532,7 @@ get_varp(struct vimoption *p)
case PV_VSTS: return (char_u *)&(curbuf->b_p_vsts);
case PV_VTS: return (char_u *)&(curbuf->b_p_vts);
#endif
- default: iemsg(_(e_get_varp_error));
+ default: iemsg(e_get_varp_error);
}
// always return a valid pointer to avoid a crash!
return (char_u *)&(curbuf->b_p_wm);