1
0
forked from aniani/vim

updated for version 7.0-180

This commit is contained in:
Bram Moolenaar
2007-01-09 14:09:25 +00:00
parent df88dda91c
commit d675e2c513
5 changed files with 7 additions and 4 deletions

View File

@@ -3572,8 +3572,9 @@ makeswapname(fname, ffname, buf, dir_name)
#else
(buf->b_p_sn || buf->b_shortname),
#endif
#ifdef RISCOS
/* Avoid problems if fname has special chars, eg <Wimp$Scrap> */
#if defined(VMS) || defined(RISCOS)
/* Avoid problems if fname has special chars, eg <Wimp$Scrap>.
* For VMS always use full path for swapfile. */
ffname,
#else
# ifdef HAVE_READLINK