R-nvim / R.nvim

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

Names of commands are inconsistent #68

Closed jalvesaq closed 4 months ago

jalvesaq commented 4 months ago

All our commands start with the upper case letter "R", but some have the second letter in upper case while others have it in lower case:

RBuildTags
RConfigShow
RDebugInfo
RFormat
RInsert
RKill
RMapsDesc
RSend
RSourceDir

and

Rhelp
Rstop

So, maybe the latter two should be RHelp and RStop, although RHelp seems strange to me because the R command is help(), with a lowercase "H".

PMassicotte commented 4 months ago

I think it is a good idea to keep names consistent. Not so many people have switched, so I think we are still in the process of harmonizing things out :)

jalvesaq commented 4 months ago

Thanks! I will change Rhelp and Rstop...