mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 23:31:51 +00:00
refactor: replace char_u #18429
Work on https://github.com/neovim/neovim/issues/459
This commit is contained in:
@@ -658,7 +658,7 @@ void ex_hardcopy(exarg_T *eap)
|
||||
* PS.)
|
||||
*/
|
||||
if (mch_print_init(&settings,
|
||||
curbuf->b_fname == NULL ? buf_spname(curbuf) : curbuf->b_sfname ==
|
||||
curbuf->b_fname == NULL ? (char_u *)buf_spname(curbuf) : curbuf->b_sfname ==
|
||||
NULL ? (char_u *)curbuf->b_fname : curbuf->b_sfname, eap->forceit) == FAIL) {
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user