summaryrefslogtreecommitdiff
path: root/src/evalfunc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/evalfunc.c')
-rw-r--r--src/evalfunc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/evalfunc.c b/src/evalfunc.c
index a9a92d2ee..3f8e6152c 100644
--- a/src/evalfunc.c
+++ b/src/evalfunc.c
@@ -1919,6 +1919,7 @@ tv_get_buf(typval_T *tv, int curtab_only)
return buf;
}
+#ifdef FEAT_SIGNS
/*
* Get the buffer from "arg" and give an error and return NULL if it is not
* valid.
@@ -1935,6 +1936,7 @@ get_buf_arg(typval_T *arg)
EMSG2(_("E158: Invalid buffer name: %s"), tv_get_string(arg));
return buf;
}
+#endif
/*
* "bufname(expr)" function