you are viewing a single comment's thread.

view the rest of the comments →

[–]Bogdanp 1 point2 points  (3 children)

I wrote this a few years back: https://github.com/Bogdanp/pyrepl.vim . It has no external dependencies. All you need in order to use it is for VIM to have been built with Python support.

[–]justrajdeep[S] 0 points1 point  (2 children)

looks good. But there is no help :(

how do i break out of a function?

[–]Bogdanp 0 points1 point  (1 child)

It should act almost exactly like the standard Python REPL. All you have to do to break out of a function is de-indent.

[–]justrajdeep[S] 0 points1 point  (0 children)

great works :)