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
If git status produces a quoted file name (if the file name contain a space for example) the builtin picker git_status will not parse the result properly and include literal quotes in the file name.
Description
If
git status
produces a quoted file name (if the file name contain a space for example) the builtin pickergit_status
will not parse the result properly and include literal quotes in the file name.Neovim version
Operating system and version
Arch
Telescope version / branch / rev
master, current commit 5972437
checkhealth telescope
Steps to reproduce
With
minimal.lua
in home directory.Then do
:lua require("telescope.builtin").git_status()
, typefile
and<CR>
.Expected behavior
Navigate to the file
file with space.txt
.Actual behavior
A new buffer named
"file with space.txt"
is open.Minimal config
The text was updated successfully, but these errors were encountered: