comparison src/version.c @ 7712:bce3b5ddb393 v7.4.1154

commit https://github.com/vim/vim/commit/520e1e41f35b063ede63b41738c82d6636e78c34 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 23 19:46:28 2016 +0100 patch 7.4.1154 Problem: No support for JSON. Solution: Add jsonencode() and jsondecode(). Also add v:false, v:true, v:null and v:none.
author Christian Brabandt <cb@256bit.org>
date Sat, 23 Jan 2016 20:00:04 +0100
parents bf58e9f8d52a
children c29a7e38b8ac
comparison
equal deleted inserted replaced
7711:5fe266fb2a6e 7712:bce3b5ddb393
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 1154,
744 /**/ 746 /**/
745 1153, 747 1153,
746 /**/ 748 /**/
747 1152, 749 1152,
748 /**/ 750 /**/