Mercurial > vim
comparison src/version.c @ 4855:52850ef928f8 v7.3.1174
updated for version 7.3.1174
Problem: Python 2 and 3 use different ways to load modules.
Solution: Use the same method. (ZyX)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Wed, 12 Jun 2013 14:41:04 +0200 |
parents | b584d361e746 |
children | 84a8d1ba81c3 |
comparison
equal
deleted
inserted
replaced
4854:4be96f67ba74 | 4855:52850ef928f8 |
---|---|
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 1174, | |
731 /**/ | 733 /**/ |
732 1173, | 734 1173, |
733 /**/ | 735 /**/ |
734 1172, | 736 1172, |
735 /**/ | 737 /**/ |