R-nvim / R.nvim

Neovim plugin to edit R files
GNU General Public License v3.0
178 stars 18 forks source link

Call inform() instead of warn() and print() #197

Closed jalvesaq closed 3 months ago

jalvesaq commented 3 months ago
jalvesaq commented 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.