fix some documentation errors

This commit is contained in:
Kurtis Rader
2017-07-11 22:50:55 -07:00
parent bd5c98298c
commit b88cacf03e
4 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ The fish_mode_prompt function will output the mode indicator for use in vi-mode.
The default `fish_mode_prompt` function will output indicators about the current Vi editor mode displayed to the left of the regular prompt. Define your own function to customize the appearance of the mode indicator. You can also define an empty `fish_mode_prompt` function to remove the Vi mode indicators. The `$fish_bind_mode variable` can be used to determine the current mode. It
will be one of `default`, `insert`, `replace_one`, or `visual`.
\subsection block-example Example
\subsection fish_mode_prompt-example Example
\fish
function fish_mode_prompt