From dac7569612d4088084ef81dfc32c3bb86aec090f Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 14 Oct 2012 04:35:45 +0200 Subject: updated for version 7.3.690 Problem: When the current directory name is exactly the maximum path length Vim may crash. Solution: Only add "/" when there is room. (Danek Duvall) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 0ea098b92..01d679301 100644 --- a/src/version.c +++ b/src/version.c @@ -719,6 +719,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 690, /**/ 689, /**/ -- cgit v1.2.1