Bekaboo / dropbar.nvim

IDE-like breadcrumbs, out of the box
GNU General Public License v3.0
896 stars 17 forks source link

fix(autocmd): add missing setup event `BufNewFile` #140

Closed ofseed closed 4 months ago

ofseed commented 4 months ago

If the user writes a new file by nvim <new_file_name>, the BufReadPost will not be triggered, instead, BufNewFile will be triggered.

ofseed commented 4 months ago

And it seems that there are some problems with these tests, The tests failed once but after I triggered it again it was fixed.

Bekaboo commented 4 months ago

Thanks for the fix!