vim-tidal icon indicating copy to clipboard operation
vim-tidal copied to clipboard

Fix how the parent path is computed

Open Nicop06 opened this issue 1 year ago • 0 comments

Currently, the path is computed by string replacement. However, if plugin appear in the path, this will result in an invalid path as the plugin string will be replaced. Instead, we can use :h on the path to get the parent directory.

Nicop06 avatar Jun 22 '24 21:06 Nicop06