Seems like I cannot open files from discussion #221
-
I have a merge request with multiple discussions in progress. From what I understood, when I do If yes, I'm getting the following error:
Using Am I missing something? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I think this is actually a bug, or something that changed in a dependency. In the given file: local bufnr = vim.fn.bufnr(root_node.filename) should actually be: local bufnr = vim.fn.bufnr(root_node.file_name) (same for the following usage of After fixing this come another problem:
which is link to the behaviour of |
Beta Was this translation helpful? Give feedback.
-
This is a bug, being addressed by #225 |
Beta Was this translation helpful? Give feedback.
This is a bug, being addressed by #225