From 5267adfccdefa4c334ad4175e67179c22a141104 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Tue, 6 Jun 2017 19:04:33 +0100 Subject: [PATCH] Complete: Typo --- Examples-(fish).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples-(fish).md b/Examples-(fish).md index 5565d79..284cd48 100644 --- a/Examples-(fish).md +++ b/Examples-(fish).md @@ -48,7 +48,7 @@ The following can replace fish completion menu with fzf. Because of a [fish bug] ``` function fzf-complete -d 'fzf completion and print selection back to commandline' # As of 2.6, fish's "complete" function does not understand - # subcommand. Instead, we use the same hack as __fish_complete_subcommand and + # subcommands. Instead, we use the same hack as __fish_complete_subcommand and # extract the subcommand manually. set -l cmd (commandline -co) (commandline -ct) switch $cmd[1]