Skip to content

v9.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jan 21:19
c05d61d

9.3.0 (2023-01-16)

Features

  • git: some debugging tools for git (208f91b)
  • keys: allow overriding a keys value to vim.NIL to not add the key (fdf0332)
  • spec: overriding keys with an rhs of false will remove the key instead (870af80)
  • spec: you can now override specs using only the plugin name instead of the short url (0cbd91d)

Bug Fixes

  • build: make sure rplugin.vim is loaded when doing a build. Fixes #382 (666ed7b)
  • loader: load plugin opts inside a try clause to report errors (7160ca4)
  • util: rever (e8cb863)

Performance Improvements

  • util: dont trigger VeryLazy autocmds when exiting (1e67dc0)
  • util: properly check that Neovim is exiting. Dont run VeryLazy when that's the case (efe72d9)