Closed jalvesaq closed 3 months ago
@PMassicotte, in this pull request, I replaced some calls to print()
with either warn()
or inform()
in code that you have written. Please, feel free to replace warn
with inform
or inform
with warn
if you evaluate that it will be better.
inform()
orwarn()
instead ofprint()
to print messages.inform()
instead ofwarn()
when the user doesn't need to fix anything.nvim_echo()
instead ofprint()
inRConfigShow
.