Skip to content

Releases: timholy/Revise.jl

vim, IJulia, and module docstrings

04 Jul 11:31
Compare
Choose a tag to compare

Improvements:

  • Fixes for vim users (vim seems to use a save-to-temporary-file-and-then-rename strategy when saving documents)
  • Automatically trigger revisions on IJulia
  • Split a module's docstring from the module (prevents what would otherwise be an attempted module redefinition)

Initial release

30 Jun 12:23
Compare
Choose a tag to compare
Merge pull request #5 from timholy/teh/include

Support tracking of `include`d files