OK. a second later i noticed that both commands appear in context menu and i was just executing the onmodified one that comes with SublimeREPL.
now my question is how can i get rid of the default one and make sure it wont pop up the next time SublimeREPL updates?
what do i need to do to preserve configs between updates?
last time i brought the subject of syncing Ruby version with RVM current Ruby, and i needed to fix one line in config/Ruby/Main.sublime-menu.
now that change is overwritten.
what i tried was copying SublimeREPL command over to User/Default.sublime-commands specifying file path to User/SublimeREPL/config/Ruby/Main.sublime-menu
which contained the changes i'd like to preserve.
not sure which commands get loaded first and if one is not overwriting the other, thought.
what's the way to go?