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
Various mini.nvim plugins do not maintain relative directories when opening buffers.
This results in vim's buffer command having fully qualified paths (or close to that) and not relative paths when showing open buffers.
mini.nvim should preserve relative paths when opening buffers by opening them relative and not fully qualified.
The text was updated successfully, but these errors were encountered:
Contributing guidelines
Module(s)
mini.start, mini.pick, (maybe others...)
Description
As described here: #1038 (reply in thread)
Various mini.nvim plugins do not maintain relative directories when opening buffers.
This results in vim's
buffer
command having fully qualified paths (or close to that) and not relative paths when showing open buffers.mini.nvim should preserve relative paths when opening buffers by opening them relative and not fully qualified.
The text was updated successfully, but these errors were encountered: