summaryrefslogtreecommitdiffstats
path: root/src/memline.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-03-06 19:22:53 +0000
committerBram Moolenaar <Bram@vim.org>2007-03-06 19:22:53 +0000
commit38323e4f4a34b64e19579f4ea104561cc620054c (patch)
treedcf290e096f4339448e47f737138e33a7445da0e /src/memline.c
parent81b85876add936231a832044e0e2f9d7efa3808d (diff)
updated for version 7.0-208v7.0.208
Diffstat (limited to 'src/memline.c')
-rw-r--r--src/memline.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/memline.c b/src/memline.c
index d0eb0f8bfe..bb1126de10 100644
--- a/src/memline.c
+++ b/src/memline.c
@@ -3592,9 +3592,8 @@ makeswapname(fname, ffname, buf, dir_name)
#else
(buf->b_p_sn || buf->b_shortname),
#endif
-#if defined(VMS) || defined(RISCOS)
- /* Avoid problems if fname has special chars, eg <Wimp$Scrap>.
- * For VMS always use full path for swapfile. */
+#ifdef RISCOS
+ /* Avoid problems if fname has special chars, eg <Wimp$Scrap> */
ffname,
#else
# ifdef HAVE_READLINK