From d4cacdf91e8486d4c7387eb664226e4397758888 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 3 Oct 2007 10:50:10 +0000 Subject: [PATCH] updated for version 7.1-133 --- src/fileio.c | 3 +++ src/version.c | 2 ++ 2 files changed, 5 insertions(+) diff --git a/src/fileio.c b/src/fileio.c index 39b422635..594daf335 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -5553,6 +5553,8 @@ make_bom(buf, name) } #endif +#if defined(FEAT_VIMINFO) || defined(FEAT_BROWSE) || \ + defined(FEAT_QUICKFIX) || defined(PROTO) /* * Try to find a shortname by comparing the fullname with the current * directory. @@ -5573,6 +5575,7 @@ shorten_fname1(full_path) } return p; } +#endif /* * Try to find a shortname by comparing the fullname with the current diff --git a/src/version.c b/src/version.c index e009adbd0..421339326 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 133, /**/ 132, /**/ -- 2.50.1