diff options
author | Nicolas <nllobera@gmail.com> | 2018-09-16 20:16:16 +0200 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2018-09-16 20:16:16 +0200 |
commit | 918a78cfdb92b9301168cb9d62d8ddbbdfd907f6 (patch) | |
tree | cd3dfde62f79e7ba954db17ed30b26c76f034582 /plugins/man | |
parent | 4d940109e3c2a81ca44df1dd6e807b7a5538fff8 (diff) | |
download | zsh-918a78cfdb92b9301168cb9d62d8ddbbdfd907f6.tar.gz zsh-918a78cfdb92b9301168cb9d62d8ddbbdfd907f6.tar.bz2 zsh-918a78cfdb92b9301168cb9d62d8ddbbdfd907f6.zip |
man: rename file to *.plugin.zsh (#6016)
Also fixed minor typo
Closes #6108
Co-authored-by: Matt <sifrawr@gmail.com>
Diffstat (limited to 'plugins/man')
-rw-r--r-- | plugins/man/man.plugin.zsh (renamed from plugins/man/man.zsh) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/man/man.zsh b/plugins/man/man.plugin.zsh index 3490b0b61..94aa4918d 100644 --- a/plugins/man/man.zsh +++ b/plugins/man/man.plugin.zsh @@ -5,7 +5,7 @@ # * Jerry Ling<jerryling315@gmail.com> # # ------------------------------------------------------------------------------ -# Usgae +# Usage # ----- # # man will be inserted before the command @@ -24,4 +24,4 @@ bindkey "\e"man man-command-line # ------------------------------------------------------------------------------ # Also, you might want to use man-preview included in 'osx' plugin # just substitute "man" in the function with "man-preview" after you included OS X in -# the .zshrc
\ No newline at end of file +# the .zshrc |