1
0
forked from aniani/vim

updated for version 7.0149

This commit is contained in:
Bram Moolenaar
2005-09-20 23:22:24 +00:00
parent 60a795aad6
commit bfd8fc0529
32 changed files with 1057 additions and 258 deletions

View File

@@ -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");