Provides a convenient command to load current source file into SublimeREPL
laughedelic on v0.5.2
laughedelic on master
Fixes save focus and prevents s… (compare)
# focus back on source file if needed
print(save_focus)
if save_focus:
self.window.focus_view(source_view)
reloading plugin LoadFileToRepl.LoadFileToRepl
True
Writing file file.clj with encoding UTF-8 (atomic)