# HG changeset patch # User vimboss # Date 1191408610 0 # Node ID bac7c3fce15019af25562f5c19b099c55487a6e7 # Parent c0bb3c1dd44695b4eda074afd1a7394d2b7e4552 updated for version 7.1-133 diff --git a/src/fileio.c b/src/fileio.c --- 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 --- a/src/version.c +++ b/src/version.c @@ -667,6 +667,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 133, +/**/ 132, /**/ 131,