mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 00:08:19 +00:00
refactor: replace char_u variables and functions with char (#18288)
Work on https://github.com/neovim/neovim/issues/459
This commit is contained in:
@@ -1376,7 +1376,7 @@ scripterror:
|
||||
int alist_fnum_flag = edit_stdin(had_stdin_file, parmp)
|
||||
? 1 // add buffer nr after exp.
|
||||
: 2; // add buffer number now and use curbuf
|
||||
alist_add(&global_alist, p, alist_fnum_flag);
|
||||
alist_add(&global_alist, (char *)p, alist_fnum_flag);
|
||||
}
|
||||
|
||||
// If there are no more letters after the current "-", go to next argument.
|
||||
|
Reference in New Issue
Block a user