aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nvim/api/vim.c3
-rw-r--r--src/nvim/version.c8
2 files changed, 6 insertions, 5 deletions
diff --git a/src/nvim/api/vim.c b/src/nvim/api/vim.c
index d35d04cdb3..baa0387fd8 100644
--- a/src/nvim/api/vim.c
+++ b/src/nvim/api/vim.c
@@ -443,7 +443,8 @@ Object nvim_eval(String expr, Error *err)
if (!try_end(err)) {
if (ok == FAIL) {
// Should never happen, try_end() should get the error. #8371
- api_set_error(err, kErrorTypeException, "Failed to evaluate expression");
+ api_set_error(err, kErrorTypeException,
+ "Failed to evaluate expression: '%.*s'", 256, expr.data);
} else {
rv = vim_to_object(&rettv);
}
diff --git a/src/nvim/version.c b/src/nvim/version.c
index 8bfd2f5021..c67fd9175f 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -149,7 +149,7 @@ static const int included_patches[] = {
1772,
1771,
1770,
- // 1769,
+ 1769,
1768,
1767,
1766,
@@ -325,7 +325,7 @@ static const int included_patches[] = {
1596,
1595,
1594,
- // 1593,
+ 1593,
// 1592,
// 1591,
1590,
@@ -791,7 +791,7 @@ static const int included_patches[] = {
1130,
// 1129,
1128,
- // 1127,
+ 1127,
1126,
// 1125,
1124,
@@ -1016,7 +1016,7 @@ static const int included_patches[] = {
905,
904,
903,
- // 902,
+ 902,
901,
900,
899,