You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use vim-symlink to follow symlinks within [Neo]vim. When nvim-fundo is also loaded, the following error is raised when opening a symlink:
Error detected while processing BufReadPost Autocommands for "*":
Error executing lua callback: ...ocal/share/nvim/lazy/nvim-fundo/lua/fundo/model/undo.lua:25: Invalid buffer id: 39
- stack traceback:
│ ········[C]: in function '__index'
│ ········...ocal/share/nvim/lazy/nvim-fundo/lua/fundo/model/undo.lua:25: in function 'attach'
│ ········.../.local/share/nvim/lazy/nvim-fundo/lua/fundo/manager.lua:27: in function 'attach'
│ ········.../.local/share/nvim/lazy/nvim-fundo/lua/fundo/manager.lua:136: in function 'listener'
│ ········...local/share/nvim/lazy/nvim-fundo/lua/fundo/lib/event.lua:54: in function 'emit'
│ ········...e/d/.local/share/nvim/lazy/nvim-fundo/lua/fundo/main.lua:18: in function <...e/d/.local/share/nvim/lazy/nvim-fundo/lua/fundo/main.lua:18>
I suspect this is related to this issue: aymericbeaumet/vim-symlink#14. Is it possible for nvim-fundo to account for this?
The text was updated successfully, but these errors were encountered:
I use vim-symlink to follow symlinks within [Neo]vim. When
nvim-fundo
is also loaded, the following error is raised when opening a symlink:I suspect this is related to this issue: aymericbeaumet/vim-symlink#14. Is it possible for nvim-fundo to account for this?
The text was updated successfully, but these errors were encountered: