comparison src/version.c @ 9420:9f78f3f0c81f v7.4.1991

commit https://github.com/vim/vim/commit/00efded1064427ab3f84e4d57af62e0aab876fc6 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 7 14:29:10 2016 +0200 patch 7.4.1991 Problem: glob() does not add a symbolic link when there are no wildcards. Solution: Remove the call to mch_getperm().
author Christian Brabandt <cb@256bit.org>
date Thu, 07 Jul 2016 14:30:06 +0200
parents 6d213bd46cc3
children f93704b11e43
comparison
equal deleted inserted replaced
9419:435e0bfae17a 9420:9f78f3f0c81f
756 NULL 756 NULL
757 }; 757 };
758 758
759 static int included_patches[] = 759 static int included_patches[] =
760 { /* Add new patch number below this line */ 760 { /* Add new patch number below this line */
761 /**/
762 1991,
761 /**/ 763 /**/
762 1990, 764 1990,
763 /**/ 765 /**/
764 1989, 766 1989,
765 /**/ 767 /**/