mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
updated for version 7.0-208
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user