mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 01:38:16 +00:00
refactor: remove redundant casts
This commit is contained in:
@@ -823,7 +823,7 @@ void fix_help_buffer(void)
|
||||
}
|
||||
convert_setup(&vc, NULL, NULL);
|
||||
|
||||
ml_append(lnum, cp, (colnr_T)0, false);
|
||||
ml_append(lnum, cp, 0, false);
|
||||
if (cp != IObuff) {
|
||||
xfree(cp);
|
||||
}
|
||||
|
Reference in New Issue
Block a user