According to the doc, since ESS 12.09
ESS: ess-eval-*-and-step functions go to next empty line at eob, instead of staying at the last line.
However, when I hit C-RET
at the end, it still says on the last line.
C-h c C-RET
confirms that C-RET
is being bound to ess-eval-region-or-line-and-step
.
My ESS version is 16.10
so that I can
C-n` to add new line when necessary. I went back to RStudio too :) – Heisenberg Apr 22 '17 at 22:46