From b85a8bbbfed56f603dca5d6da85858f9c973b669 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Wed, 9 Sep 2015 20:55:04 +0200 Subject: Rename sgrep to __fish_sgrep Makes it harder to cause issues with aliases, see fish-shell#2245 --- doc_src/tutorial.hdr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc_src') diff --git a/doc_src/tutorial.hdr b/doc_src/tutorial.hdr index ccf2a519..74d48ec4 100644 --- a/doc_src/tutorial.hdr +++ b/doc_src/tutorial.hdr @@ -437,7 +437,7 @@ You can list the names of all functions with the `functions` keyword (note the p \fish{cli-dark} >_ functions -alias, cd, delete-or-exit, dirh, dirs, down-or-search, eval, export, fish_command_not_found_setup, fish_config, fish_default_key_bindings, fish_prompt, fish_right_prompt, fish_sigtrap_handler, fish_update_completions, funced, funcsave, grep, help, history, isatty, ls, man, math, nextd, nextd-or-forward-word, open, popd, prevd, prevd-or-backward-word, prompt_pwd, psub, pushd, seq, setenv, sgrep, trap, type, umask, up-or-search, vared +alias, cd, delete-or-exit, dirh, dirs, down-or-search, eval, export, fish_command_not_found_setup, fish_config, fish_default_key_bindings, fish_prompt, fish_right_prompt, fish_sigtrap_handler, fish_update_completions, funced, funcsave, grep, help, history, isatty, ls, man, math, nextd, nextd-or-forward-word, open, popd, prevd, prevd-or-backward-word, prompt_pwd, psub, pushd, seq, setenv, trap, type, umask, up-or-search, vared \endfish You can see the source for any function by passing its name to `functions`: -- cgit v1.2.3