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
nishantpillai5
changed the title
git_files makes file path have inconsistent slashes
git_files causes the file path to have inconsistent slashes
Jun 22, 2024
Description
When opening files from
git_files
, the file path has inconsistent slashes.find_files
works correctly.Neovim version
Operating system and version
Windows 10 Home 22H2, build: 19045.4529
Telescope version / branch / rev
telescope v0.1.8 / f2bfde7
checkhealth telescope
Steps to reproduce
nvim .
:Telescope git_files
:f
Expected behavior
filename has only forward slashes
Actual behavior
The slashes after the current working directory are back slashes instead of forward slashes.
Minimal config
The text was updated successfully, but these errors were encountered: