Skip to content

20240702 - v2.13.0

Compare
Choose a tag to compare
@skywind3000 skywind3000 released this 01 Jul 16:43
· 7 commits to master since this release
  • asyncrun#get_root() now accepts buffer number, if you pass an integer in the first argument, it will be interpreted as a buffer number.

This will display the root of current buffer:

:echo asyncrun#get_root(bufnr('%'))

as well as:

:echo asyncrun#get_root('%')