mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.0149
This commit is contained in:
@@ -3034,7 +3034,7 @@ verbose_open()
|
||||
/* Only give the error message once. */
|
||||
verbose_did_open = TRUE;
|
||||
|
||||
verbose_fd = fopen((char *)p_vfile, "a");
|
||||
verbose_fd = mch_fopen((char *)p_vfile, "a");
|
||||
if (verbose_fd == NULL)
|
||||
{
|
||||
EMSG2(_(e_notopen), p_vfile);
|
||||
|
Reference in New Issue
Block a user