Skip to content

1.4.0

Compare
Choose a tag to compare
@dstein64 dstein64 released this 02 Feb 04:12
· 186 commits to master since this release

Changelog

  • Use Vim 8.2's text properties or Neovim's nvim_buf_add_highlight() function for syntax highlighting, to reduce lag when navigating within the buffer.
    • Processing is done once (as opposed to processing on each screen redrawing) and doesn't require pattern matching.
    • As a fallback, the existing pattern-based syntax highlighting will still be used when the other approaches are not available.