mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-04-14 15:19:12 +08:00
docs(todo): add doc about grep bug
This commit is contained in:
parent
f87f029b40
commit
1061082e00
@ -2356,6 +2356,22 @@ Example:
|
||||
|
||||

|
||||
|
||||
|
||||
**Known bug:**
|
||||
|
||||
If you are using windows, and `grep.exe` do not support searching in subdirectory. and the stderr will shown:
|
||||
|
||||
```
|
||||
[ todo ] [00:00:03:107] [ Debug ] stderr: grep.exe: ./wiki: warning: recursive directory loop
|
||||
```
|
||||
|
||||
To fix this issue, you need to install other searching tool, for example `rg`. and change the search_tools option:
|
||||
|
||||
```
|
||||
[options]
|
||||
search_tools = ["rg", "ag", "grep"]
|
||||
```
|
||||
|
||||
### Replace text with iedit
|
||||
|
||||
SpaceVim uses a powerful iedit mode to quickly edit multiple occurrences of a symbol or selection.
|
||||
|
Loading…
x
Reference in New Issue
Block a user