summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAugust Masquelier <31262046+levouh@users.noreply.github.com>2021-04-17 13:50:07 -0600
committerGitHub <noreply@github.com>2021-04-17 22:50:07 +0300
commitf92b9b1fae70d5fac681a29f0df64549c399f18f (patch)
tree6dbd6604b636e00e1ecab1fbc326762514510d7f /README.md
parentd27907b0dac658dfa2fb7e63103675d1832f33e0 (diff)
fix: live_grep path appending with cwd when already absolute (#768)
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 1a6a5e2..29b28c2 100644
--- a/README.md
+++ b/README.md
@@ -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