comparison 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
comparison
equal deleted inserted replaced
15493:93691fbecb9a 15494:74a8f44b5322
793 NULL 793 NULL
794 }; 794 };
795 795
796 static int included_patches[] = 796 static int included_patches[] =
797 { /* Add new patch number below this line */ 797 { /* Add new patch number below this line */
798 /**/
799 755,
798 /**/ 800 /**/
799 754, 801 754,
800 /**/ 802 /**/
801 753, 803 753,
802 /**/ 804 /**/