summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSam Rosenthal <39362114+SammRosenthal@users.noreply.github.com>2022-09-04 15:55:54 -0400
committerGitHub <noreply@github.com>2022-09-04 21:55:54 +0200
commitbd9e8a7eac1b3f921d293866abf7574d49cb610c (patch)
tree33aa81abc5db6de0b210c73a184cd0f066053635 /README.md
parent2b5060362bc6821faacc346a3069812446a14d68 (diff)
docs: update for git_files and live_grep (#2133)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5c5d0c6..f48d87f 100644
--- a/README.md
+++ b/README.md
@@ -270,9 +270,9 @@ Built-in functions. Ready to be bound to any key you like.
| Functions | Description |
|-------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|
| `builtin.find_files` | Lists files in your current working directory, respects .gitignore |
-| `builtin.git_files` | Fuzzy search through the output of `git ls-files` command, respects .gitignore, optionally ignores untracked files |
+| `builtin.git_files` | Fuzzy search through the output of `git ls-files` command, respects .gitignore |
| `builtin.grep_string` | Searches for the string under your cursor in your current working directory |
-| `builtin.live_grep` | Search for a string in your current working directory and get results live as you type (respecting .gitignore) |
+| `builtin.live_grep` | Search for a string in your current working directory and get results live as you type, respects .gitignore |
### Vim Pickers