comparison src/version.c @ 6197:4176c48c7dd5 v7.4.434

updated for version 7.4.434 Problem: gettabvar() is not consistent with getwinvar() and getbufvar(). Solution: Return a dict with all variables when the varname is empty. (Yasuhiro Matsumoto)
author Bram Moolenaar <bram@vim.org>
date Tue, 09 Sep 2014 16:13:08 +0200
parents dd3dac42cb9b
children b98af9af378e
comparison
equal deleted inserted replaced
6196:01350c53b37d 6197:4176c48c7dd5
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 434,
744 /**/ 746 /**/
745 433, 747 433,
746 /**/ 748 /**/
747 432, 749 432,
748 /**/ 750 /**/