sidorares / node-vim-debugger

node.js step by step debugging from vim
561 stars 32 forks source link

Print function in repl #14

Closed jbnicolai closed 8 years ago

jbnicolai commented 10 years ago

Entering a function in the repl should print the function definition, along with syntax highlighting.

See #10

sidorares commented 10 years ago

It's currently in the code, but commented out - https://github.com/sidorares/node-vim-debugger/blob/master/lib/repl.js#L15