pappasam / nvim-repl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

visually selecting and running a for block does not evaluate it

gauteh opened this issue · comments

if I have a for block like:

for x in range(5):
    print(x)

and I only want to run this and not its entire cell I have to swap to the terminal and hit i to make it run.

Thanks for the issue, this should be resolved now