comparison src/version.c @ 7148:339e657a6ed6 v7.4.885

commit https://github.com/vim/vim/commit/c79a5452acd695238798947e40086f9823c400e7 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 29 12:08:42 2015 +0200 patch 7.4.885 Problem: When doing an upwards search without wildcards the search fails if the initial directory doesn't exist. Solution: Fix the non-wildcard case. (Stefan Kempf)
author Christian Brabandt <cb@256bit.org>
date Tue, 29 Sep 2015 12:15:04 +0200
parents 7669c1269190
children 46390681bd80
comparison
equal deleted inserted replaced
7147:c590de398af9 7148:339e657a6ed6
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 885,
744 /**/ 746 /**/
745 884, 747 884,
746 /**/ 748 /**/
747 883, 749 883,
748 /**/ 750 /**/