Skip to content

Release v2.20

Choose a tag to compare

@cseickel cseickel released this 30 Apr 23:54
· 260 commits to v2.x since this release
v2.20
a4fb55f

New Features

  • Respond to Fugitive's "FugitiveChanged" autocmd to refresh git status as you issue Fugitive commands
  • Open with window picker commands will now toggle directories like the normal open command
  • Add "NeoTreeWinSeparator" highlight
  • Show terminals in "buffers" source
  • Add group_empty_dirs option, default to true for "buffers" and false for "filesystem"
  • Improve efficiency of modified file markers [+]
  • Cancel long running git status update when vim closes

Bug Fixes

  • Respect bind_to_cwd = false during refreshes
  • Reduce unnecessary background refreshes with more precise event handling