mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 01:46:29 +00:00
option: Also escape commas in options other then &runtimepath
This commit is contained in:
@@ -1524,7 +1524,7 @@ static const char *shada_get_default_file(void)
|
||||
FUNC_ATTR_WARN_UNUSED_RESULT
|
||||
{
|
||||
if (default_shada_file == NULL) {
|
||||
char *shada_dir = stdpaths_user_data_subpath("shada", 0);
|
||||
char *shada_dir = stdpaths_user_data_subpath("shada", 0, false);
|
||||
default_shada_file = concat_fnames_realloc(shada_dir, "main.shada", true);
|
||||
}
|
||||
return default_shada_file;
|
||||
|
Reference in New Issue
Block a user