mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
updated for version 7.0149
This commit is contained in:
@@ -161,7 +161,7 @@ xim_log(char *s, ...)
|
||||
return;
|
||||
if (fd == NULL)
|
||||
{
|
||||
fd = fopen("xim.log", "w");
|
||||
fd = mch_fopen("xim.log", "w");
|
||||
if (fd == NULL)
|
||||
{
|
||||
EMSG("Cannot open xim.log");
|
||||
|
Reference in New Issue
Block a user