Skip to content

1.1.3

Choose a tag to compare

@zyedidia zyedidia released this 06 Dec 16:12
· 2552 commits to master since this release

Micro version 1.1.3

Changelog:

  • Plugin API
    • plugin available command to show which plugins can be installed
    • ByteOffset and ToCharPos functions added
    • JobSpawn: like JobStart but takes arguments separately
    • tab.CurView is now public
  • New default ftoptions plugin to automatically set options for some filetypes (e.g. tabstospaces off for makefiles)
  • It is possible to resize splits via lua scripting
  • cd and pwd commands to manage the working directory
  • open command added and bound to CtrlO
  • Splits can be created either way with splitRight and splitBottom commands
  • Syntax files
    • Crystal language
    • TeX updated to use colorschemes
    • Pony language
    • VHDL
    • Objective C
    • Python 3 (separate from Python 2)
  • File reading optimization

And many bug fixes as well