Skip to content

1.3.2

Choose a tag to compare

@zyedidia zyedidia released this 15 Sep 20:14
· 2126 commits to master since this release

Micro version 1.3.2.

This release contains mostly bug fixes. The only interesting new features are support for crlf/lf (unix vs dos) line endings and access to the Go standard library for Lua plugins.

  • Add support for crlf and lf
  • Lua now has access to most of the Go standard library
    • Simply import go packages: local fmt = import("fmt")
  • Syntax highlighting
    • Julia support
    • Improved yaml highlighting
  • Bug fixes for multiple cursors
  • Bug fixes for undo/redo
  • Add a new --config-dir option to set a custom location for the configuration directory