comparison src/version.c @ 7965:646d5148fee2 v7.4.1278

commit https://github.com/vim/vim/commit/55fab439a6f3bba6dbe780ac034b84d5822a1a96 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 7 16:53:13 2016 +0100 patch 7.4.1278 Problem: When jsonencode() fails it still returns something. Solution: Return an empty string on failure.
author Christian Brabandt <cb@256bit.org>
date Sun, 07 Feb 2016 17:00:05 +0100
parents d96e38f35e2d
children 45ea5ebf3a98
comparison
equal deleted inserted replaced
7964:78b678f510f4 7965:646d5148fee2
745 NULL 745 NULL
746 }; 746 };
747 747
748 static int included_patches[] = 748 static int included_patches[] =
749 { /* Add new patch number below this line */ 749 { /* Add new patch number below this line */
750 /**/
751 1278,
750 /**/ 752 /**/
751 1277, 753 1277,
752 /**/ 754 /**/
753 1276, 755 1276,
754 /**/ 756 /**/