Mercurial > vim
comparison src/version.c @ 5108:cb0a5c9c0f9b v7.3.1297
updated for version 7.3.1297
Problem: findfile() directory matching does not work when a star follows
text. (Markus Braun)
Solution: Make a wildcard work properly. (Christian Brabandt)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Wed, 03 Jul 2013 17:14:00 +0200 |
parents | c3a82208e143 |
children | dafd77a15d44 |
comparison
equal
deleted
inserted
replaced
5107:48b94512af1a | 5108:cb0a5c9c0f9b |
---|---|
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 1297, | |
731 /**/ | 733 /**/ |
732 1296, | 734 1296, |
733 /**/ | 735 /**/ |
734 1295, | 736 1295, |
735 /**/ | 737 /**/ |