fix: live_grep path appending with cwd when already absolute (#768)
This commit is contained in:
committed by
GitHub
parent
d27907b0da
commit
f92b9b1fae
@@ -376,10 +376,10 @@ Built-in functions. Ready to be bound to any key you like. :smile:
|
||||
|
||||
#### Options for builtin.live_grep
|
||||
|
||||
| Keys | Description | Options |
|
||||
|------------------------|-------------------------------------------------------|--------------|
|
||||
| `grep_open_files` | Restrict live_grep to currently open files. | boolean |
|
||||
| `search_dirs` | List of directories to search in. | list |
|
||||
| Keys | Description | Options |
|
||||
|------------------------|------------------------------------------------------------------------------------|--------------|
|
||||
| `grep_open_files` | Restrict live_grep to currently open files, mutually exclusive with `search_dirs` | boolean |
|
||||
| `search_dirs` | List of directories to search in, mutually exclusive with `grep_open_files` | list |
|
||||
|
||||
|
||||
### Vim Pickers
|
||||
|
||||
Reference in New Issue
Block a user