mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 22:18:33 +00:00
feat(options)!: remove compatible behaviours for vim 5.0 and earlier
This commit is contained in:
@@ -1469,7 +1469,7 @@ char *find_file_in_path_option(char *ptr, size_t len, int options, int first, ch
|
||||
|
||||
// copy next path
|
||||
buf[0] = 0;
|
||||
copy_option_part(&dir, buf, MAXPATHL, " ,");
|
||||
copy_option_part(&dir, buf, MAXPATHL, ",");
|
||||
|
||||
// get the stopdir string
|
||||
r_ptr = vim_findfile_stopdir(buf);
|
||||
|
Reference in New Issue
Block a user