Skip to content

issues Search Results · repo:nvim-pack/nvim-spectre language:Lua

Filter by

157 results
 (60 ms)

157 results

innvim-pack/nvim-spectre (press backspace or delete to remove)

open_file_search will search files with the same name as the target file if the target file is in the top level of the current working directory. This can be fixed by including a path delimiter at the ...
  • benward2301
  • Opened 
    17 days ago
  • #272

When I use the replace feature (via GNU sed on macOS), there is an issue: img width= 685 alt= Image src= https://github.com/user-attachments/assets/f48f5b33-7eb3-4b62-9fd3-7a630979699b / The plugin incorrectly ...
  • EvgeniyRRU
  • Opened 
    on Jun 2
  • #270

#259 was resolved for MacOS, but FreeBSD (and maybe other BSD or non-Linux OSs) do not use GNU sed as well.
  • digimokan
  • 4
  • Opened 
    on May 10
  • #266

Hi, first of all thanks a lot for this awesome plugin! When I use search and replace, everytime I use it, for every file changed a new file-E is created, resulting in many -E-E-E files if I use it several ...
  • ghaarm
  • 7
  • Opened 
    on Apr 11
  • #259

I tried adding the following code to my after/ftplugin/spectre_panel.lua to escape special characters when I paste: vim.keymap.set( n , p , function() local text = vim.fn.getreg() -- uses v:register ...
  • carbon-steel
  • 4
  • Opened 
    on Feb 24
  • #257

I want to search for ref.read(metrics and replace it with ref.watch(metrics Since we re using rg for search, I have to do ref.read\(metrics to get the files. But since we re using sed for replacing which ...
wontfix
  • jeanlucthumm
  • 3
  • Opened 
    on Dec 20, 2024
  • #255

When I press u after making a mistake in spectre window, nothing happens. Is this as expected? I m using default settings.
  • raine
  • 3
  • Opened 
    on Nov 2, 2024
  • #254

Hello guys, thank you for this tool ❤️ I found this issue while trying to replace some jinja patters en my code base: image If i try to detect the files by escaping the curly braces then sed will raise ...
wontfix
  • asdf8601
  • 1
  • Opened 
    on Oct 31, 2024
  • #253

I guess there is an option in rigrep https://github.com/BurntSushi/ripgrep/blob/master/GUIDE.md#automatic-filtering to do that. Currenty enabling [H] will also search in .git folder.
wontfix
  • gabyx
  • 1
  • Opened 
    on Oct 23, 2024
  • #252

I have the latest version of nvim-spectre. and I tried to search and replace a string in my current file, I see that the text is replaced, but there is an additional file that is created after the replace ...
  • cksidharthan
  • 7
  • Opened 
    on Aug 14, 2024
  • #249
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub