mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
eval: Remove outdated comment
This commit is contained in:
parent
fe0eecf9cc
commit
2e179214b8
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user