Mercurial > vim
comparison src/version.c @ 5141:afbc9dd67cea v7.3.1313
updated for version 7.3.1313
Problem: :py and :py3 don't work when compiled with Cygwin or MingW with 64
bit.
Solution: Add -DMS_WIN64 to the build command. (Ken Takata)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Sat, 06 Jul 2013 13:35:08 +0200 |
parents | 80bab8b1a30d |
children | 29e57603bf6f |
comparison
equal
deleted
inserted
replaced
5140:72bd085c607b | 5141:afbc9dd67cea |
---|---|
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 1313, | |
731 /**/ | 733 /**/ |
732 1312, | 734 1312, |
733 /**/ | 735 /**/ |
734 1311, | 736 1311, |
735 /**/ | 737 /**/ |