diff src/version.c @ 15494:74a8f44b5322 v8.1.0755

patch 8.1.0755: error message for get() on a Blob with invalid index commit https://github.com/vim/vim/commit/2ea773b468a1143214c2f12b91ab5e1e7abb4a14 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 15 22:16:42 2019 +0100 patch 8.1.0755: error message for get() on a Blob with invalid index Problem: Error message for get() on a Blob with invalid index. Solution: Return an empty Blob, like get() on a List does.
author Bram Moolenaar <Bram@vim.org>
date Tue, 15 Jan 2019 22:30:06 +0100
parents 126cdab63a83
children f1c33409e908
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -796,6 +796,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    755,
+/**/
     754,
 /**/
     753,