lir.nvim icon indicating copy to clipboard operation
lir.nvim copied to clipboard

Fullpath contains double slash before filename

Open chinise opened this issue 1 year ago • 0 comments

When running command like this in lir buffer

:lua print(require"lir".get_context():current().fullpath)

the resulting path looks like: /home/my_user//test.txt on wsl C:\Users\my_user\\test.txt on windows

using:

  • lir: commit 969e95b
  • nvim v0.9.4
  • both on windows and wsl

chinise avatar Dec 09 '23 18:12 chinise