aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nvim/eval.c8
-rw-r--r--src/nvim/eval.lua1
-rw-r--r--src/nvim/version.c2
3 files changed, 1 insertions, 10 deletions
diff --git a/src/nvim/eval.c b/src/nvim/eval.c
index 32e1991742..e5858b779a 100644
--- a/src/nvim/eval.c
+++ b/src/nvim/eval.c
@@ -17249,14 +17249,6 @@ static void f_termopen(typval_T *argvars, typval_T *rettv, FunPtr fptr)
return;
}
-/*
- * "test(list)" function: Just checking the walls...
- */
-static void f_test(typval_T *argvars, typval_T *rettv, FunPtr fptr)
-{
- /* Used for unit testing. Change the code below to your liking. */
-}
-
static bool callback_from_typval(Callback *callback, typval_T *arg)
{
if (arg->v_type == VAR_PARTIAL && arg->vval.v_partial != NULL) {
diff --git a/src/nvim/eval.lua b/src/nvim/eval.lua
index 980a8d2326..5fb99fecc6 100644
--- a/src/nvim/eval.lua
+++ b/src/nvim/eval.lua
@@ -302,7 +302,6 @@ return {
tanh={args=1, func="float_op_wrapper", data="&tanh"},
tempname={},
termopen={args={1, 2}},
- test={args=1},
timer_start={args={2,3}},
timer_stop={args=1},
tolower={args=1},
diff --git a/src/nvim/version.c b/src/nvim/version.c
index 6659eedabb..06ddbd5306 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -602,7 +602,7 @@ static int included_patches[] = {
1841,
1840,
// 1839,
- // 1838,
+ 1838,
1837,
1836,
1835,