forked from aniani/vim
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