diff options
author | oni-link <knil.ino@gmail.com> | 2015-03-24 16:54:00 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-04-05 20:27:46 -0400 |
commit | adb3ec2026c08f6c36f47d4d4348ca6368543a90 (patch) | |
tree | b86e56e4f83a87757e82c609dcbfa3346d5ecbd2 /runtime/doc/manpages/vim.1 | |
parent | d3bb177f1e1dcbc4104d7bba6f2ac4ebe3ffc9c9 (diff) | |
download | rneovim-adb3ec2026c08f6c36f47d4d4348ca6368543a90.tar.gz rneovim-adb3ec2026c08f6c36f47d4d4348ca6368543a90.tar.bz2 rneovim-adb3ec2026c08f6c36f47d4d4348ca6368543a90.zip |
Update comments for expand_wildcards functions.
Be more specific in the description of mch_expand_wildcards():
This function will never free memory pointed to by its arguments.
If OK is returned, *file will always point to allocated memory.
*num_file is set to the number of pointers in *file.
If FAIL is returned *file is set to NULL and *num_file to 0.
If gen_expand_wildcards() returns FAIL, no memory allocation in this
function needs to be undone.
If expand_wildcards() returns FAIL, no memory allocation in this
function needs to be undone.
Helped-by: Eliseo MartÃnez <eliseomarmol@gmail.com>
Helped-by: Michael Reed <m.reed@mykolab.com>
Diffstat (limited to 'runtime/doc/manpages/vim.1')
0 files changed, 0 insertions, 0 deletions