-
-
Notifications
You must be signed in to change notification settings - Fork 855
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Telescope broken on Windows 10 after latest update #1144
Comments
You have not filled out the Steps to reproduce section. It would make the maintainers life really easy if you could reproduce using the minimal config they have provided adding in all the necessary information. |
I am pretty sure this is caused by this part telescope.nvim/lua/telescope/_.lua Lines 168 to 178 in 364d795
\r\n for windows and only \n for everyone else.
I am thinking about a good realization of this but maybe on |
Does this fix it? #1169 I don't have an easy way to test at the moment |
Fixes it for me at least. |
OK, I've merged. Please let me know if any of you sees something going wrong here. |
Description
After the latest update, Telescope is adding a ^M at the end of every file and hence opening a blank file
Neovim version
NVIM v0.5.0
Operating system and version
Microsoft Windows 10 Enterprise
Steps to reproduce
nvim -nu minimal.lua
Expected behavior
No response
Actual behavior
As described above
Minimal config
The text was updated successfully, but these errors were encountered: