comparison src/version.c @ 4833:70b1178dec79 v7.3.1163

updated for version 7.3.1163 Problem: Not easy to load Python modules. Solution: Search "python2", "python3" and "pythonx" directories in 'runtimepath' for Python modules. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Mon, 10 Jun 2013 21:27:29 +0200
parents b8eabb6a9687
children 4db0bf9f1b44
comparison
equal deleted inserted replaced
4832:54430b55ceff 4833:70b1178dec79
726 NULL 726 NULL
727 }; 727 };
728 728
729 static int included_patches[] = 729 static int included_patches[] =
730 { /* Add new patch number below this line */ 730 { /* Add new patch number below this line */
731 /**/
732 1163,
731 /**/ 733 /**/
732 1162, 734 1162,
733 /**/ 735 /**/
734 1161, 736 1161,
735 /**/ 737 /**/