mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 07:48:18 +00:00
eval: Remove outdated comment
This commit is contained in:
@@ -18176,8 +18176,6 @@ static void f_writefile(typval_T *argvars, typval_T *rettv, FunPtr fptr)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Always open the file in binary mode, library functions have a mind of
|
|
||||||
// their own about CR-LF conversion.
|
|
||||||
const char *const fname = (const char *)get_tv_string(&argvars[1]);
|
const char *const fname = (const char *)get_tv_string(&argvars[1]);
|
||||||
FileDescriptor *fp;
|
FileDescriptor *fp;
|
||||||
int error;
|
int error;
|
||||||
|
Reference in New Issue
Block a user