1
0
forked from aniani/vim

updated for version 7.3.1060

Problem:    Python: can't repr() a function.
Solution:   Python patch 19: add FunctionRepr(). (ZyX)
This commit is contained in:
Bram Moolenaar
2013-05-30 12:43:54 +02:00
parent 1a3b56953e
commit a5b725c3f6
2 changed files with 9 additions and 0 deletions

View File

@@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1060,
/**/
1059,
/**/