fdschmidt93 / telescope-egrepify.nvim

Variable user customization for telescope.live_grep to set rg flags on-the-fly
MIT License
115 stars 11 forks source link

bug: Display `^M` at end of lines on windows. #30

Closed mrbeardad closed 9 months ago

mrbeardad commented 9 months ago

Description

image

Neovim version

NVIM v0.10.0-dev-1911+g104565909
Build type: RelWithDebInfo
LuaJIT 2.1.1702233742

Operating system and version

Windows 11

Steps to reproduce

  1. nvim
  2. :Telescope egrepify

Expected behavior

No ^M at end of lines. Maybe it's due to LF or CRLF

Actual behavior

All the results with end with ^M

Minimal config

none
fdschmidt93 commented 9 months ago

Doesn't occur for me, lacks minimal_init.lua, clearly insufficient repro steps; hence, ignoring. Please open a new and appropriately filled out issue. Happy to help then.