rcarriga / vim-ultest

The ultimate testing plugin for (Neo)Vim
MIT License
385 stars 15 forks source link

Error "no notification handler registered" on diff #63

Closed jens1205 closed 3 years ago

jens1205 commented 3 years ago

Describe the bug Using vim-fugitive, the command ":Git difftool -y master" spams me several (4) times with the error message.

Comment https://github.com/rcarriga/vim-ultest/issues/44#issuecomment-859566430 looks similar

no notification handler registered for "/Users/myuser/.local/share/nvim/site/pack/packer/start/vim-ultest/rplugin/python3/ultest:function:_ultest_update_positions"

Enabling debug logs shows nothing, no matter if the command is started manually or via commandline (ULTEST_LOG_LEVEL=DEBUG ULTEST_LOG_FILE=vim-ultest.log nvim -c ":Git difftool -y master")

To Reproduce :Git difftool -y

Expected behavior No error

Screenshots n/a

Additional context n/a

rcarriga commented 3 years ago

Thanks for the report! Please try with the latest commit :grin: