comparison src/version.c @ 8346:8fa75a4c39bd v7.4.1465

commit https://github.com/vim/vim/commit/cc7f8be3e0e6c4d902b02052a862e21c3a3fbe22 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 29 22:55:56 2016 +0100 patch 7.4.1465 Problem: Coverity reported possible use of NULL pointer when using buffer output with JSON mode. Solution: Make it actually possible to use JSON mode with a buffer. Re-encode the JSON to append it to the buffer.
author Christian Brabandt <cb@256bit.org>
date Mon, 29 Feb 2016 23:00:04 +0100
parents 2aa24f702b8d
children a0cff08e7aa3
comparison
equal deleted inserted replaced
8345:efc1e88341c6 8346:8fa75a4c39bd
741 NULL 741 NULL
742 }; 742 };
743 743
744 static int included_patches[] = 744 static int included_patches[] =
745 { /* Add new patch number below this line */ 745 { /* Add new patch number below this line */
746 /**/
747 1465,
746 /**/ 748 /**/
747 1464, 749 1464,
748 /**/ 750 /**/
749 1463, 751 1463,
750 /**/ 752 /**/