fix: live_grep path appending with cwd when already absolute (#768)

This commit is contained in:
August Masquelier
2021-04-17 13:50:07 -06:00
committed by GitHub
parent d27907b0da
commit f92b9b1fae
3 changed files with 12 additions and 8 deletions

View File

@@ -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