summaryrefslogtreecommitdiff
path: root/src/term.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c
index b0ab7c634..389b06f37 100644
--- a/src/term.c
+++ b/src/term.c
@@ -2277,7 +2277,7 @@ add_termcap_entry(char_u *name, int force)
}
#endif
- if (sourcing_name == NULL)
+ if (SOURCING_NAME == NULL)
{
#ifdef HAVE_TGETENT
if (error_msg != NULL)