mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
feat(options)!: remove compatible behaviours for vim 5.0 and earlier
This commit is contained in:
@@ -847,7 +847,7 @@ static void expand_path_option(char *curdir, garray_T *gap)
|
||||
char *buf = xmalloc(MAXPATHL);
|
||||
|
||||
while (*path_option != NUL) {
|
||||
copy_option_part(&path_option, buf, MAXPATHL, " ,");
|
||||
copy_option_part(&path_option, buf, MAXPATHL, ",");
|
||||
|
||||
if (buf[0] == '.' && (buf[1] == NUL || vim_ispathsep(buf[1]))) {
|
||||
// Relative to current buffer:
|
||||
|
Reference in New Issue
Block a user