Skip to content

Commit ce9c51d

Browse files
committed
Typo
1 parent 9617647 commit ce9c51d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ export FZF_COMPLETION_OPTS='+c -x'
264264
# - The first argument to the function is the base path to start traversal
265265
# - Note that ag only lists files not directories
266266
# - See the source code (completion.{bash,zsh}) for the details.
267-
_fzf_compgen_paths() {
267+
_fzf_compgen_path() {
268268
ag -g "" "$1"
269269
}
270270
```

0 commit comments

Comments
 (0)