mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
docs: misc (#30177)
Co-authored-by: Christian Clason <c.clason@uni-graz.at> Co-authored-by: Riley Bruins <ribru17@hotmail.com> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
@@ -246,7 +246,7 @@ static void set_init_default_backupskip(void)
|
||||
// note: the value (and therefore plen) may already include a path separator
|
||||
size_t itemsize = plen + (has_trailing_path_sep ? 0 : 1) + 2;
|
||||
char *item = xmalloc(itemsize);
|
||||
// add a preceeding comma as a separator after the first item
|
||||
// add a preceding comma as a separator after the first item
|
||||
size_t itemseplen = (ga.ga_len == 0) ? 0 : 1;
|
||||
|
||||
size_t itemlen = (size_t)vim_snprintf(item, itemsize, "%s%s*", p,
|
||||
|
Reference in New Issue
Block a user