feat(options)!: remove compatible behaviours for vim 5.0 and earlier

This commit is contained in:
Lewis Russell
2023-07-17 14:27:21 +01:00
committed by GitHub
parent 98b22867c3
commit 881d17a113
11 changed files with 83 additions and 144 deletions

View File

@@ -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);