Anyone else experiencing problems with reloads for 'edit-method' and command line vim ?
It doesn't seem to reload the code after editing (:wq), only after another edit-method (so it looks like vim is handing back control to pry immediately after loading the file, and pry loads the unchanged module, rather than the changed one after save/quit).
Anyone else experiencing problems with reloads for 'edit-method' and command line vim ?
It doesn't seem to reload the code after editing (:wq), only after another edit-method (so it looks like vim is handing back control to pry immediately after loading the file, and pry loads the unchanged module, rather than the changed one after save/quit).
Works with nano, though.