mirror of
https://github.com/zoriya/vim.git
synced 2026-06-07 05:26:26 +00:00
updated for version 7.4.197
Problem: Various problems on VMS. Solution: Fix several VMS problems. (Zoltan Arpadffy)
This commit is contained in:
+1
-1
@@ -7559,7 +7559,7 @@ vim_tempname(extra_char)
|
||||
p = (char_u *)tempnam("tmp:", (char *)itmp);
|
||||
if (p != NULL)
|
||||
{
|
||||
/* VMS will use '.LOG' if we don't explicitly specify an extension,
|
||||
/* VMS will use '.LIS' if we don't explicitly specify an extension,
|
||||
* and VIM will then be unable to find the file later */
|
||||
STRCPY(itmp, p);
|
||||
STRCAT(itmp, ".txt");
|
||||
|
||||
Reference in New Issue
Block a user