+writefile( {list}, {fname} [, {binary/append}])
Name `{binary/append}` is too lengthy and is compound. There are no names like
this elsewhere in eval.txt, so I suggest using `{flags}` or `{mode}`.
+ When {binary/append} is contains "b" binary mode is used:
`is` is incorrect here. There is also no argument `{binary/append}` to
readfile(). And you did not modify `readfile()` to make “When {…} contains "b"”
true.
+ When {binary/append} is contains "a" append mode is used,
`is` is incorrect here. Comma should be replaced with the colon.
+ if (strstr(get_tv_string(&argvars[2]), "b"))
`vim_strchr` is much more suitable here. You do not need to search for
substring, you are searching for the character.
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.