mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 23:06:14 +00:00
refactor: replace char_u variables and functions with char
Work on https://github.com/neovim/neovim/issues/459
This commit is contained in:
@@ -5808,7 +5808,7 @@ search_line:
|
||||
curwin->w_cursor.lnum = lnum;
|
||||
check_cursor();
|
||||
} else {
|
||||
if (!GETFILE_SUCCESS(getfile(0, files[depth].name, NULL, true,
|
||||
if (!GETFILE_SUCCESS(getfile(0, (char *)files[depth].name, NULL, true,
|
||||
files[depth].lnum, false))) {
|
||||
break; // failed to jump to file
|
||||
}
|
||||
|
Reference in New Issue
Block a user