nvim-telescope / telescope-live-grep-args.nvim

Live grep with args
695 stars 36 forks source link

Escape dash in prompt to prevent using beginning of the prompt as an option #76

Open mambusskruj opened 7 months ago

mambusskruj commented 7 months ago

Description

Rough, but it works 🤔 Looking forward to the author's review and comments.

Check for a dash at the beginning of the prompt and escape it. We need to escape dash at the beginning of the prompt because such dash will be interpreted as an option in rg.

Fixes #54

Type of change

How Has This Been Tested?

Configuration: NVIM v0.10.0-dev-6074+gfbe40caa7-Homebrew Build type: Release LuaJIT 2.1.1703358377

MacOS 14.2.1

Checklist: