randy3k / radian

A 21 century R console
MIT License
1.96k stars 73 forks source link

Instructions for vim-slime #459

Open raffaem opened 5 months ago

raffaem commented 5 months ago

Using the default settings, if for example you send

print(
"hello"
)

over, it will send print( and radian will complete it to print() and run it. The other two lines will be invalid.