Merge pull request #283 from dmitmel/master

[pull] master from dmitmel:master
This commit is contained in:
pull[bot] 2021-06-05 15:22:48 +00:00 committed by GitHub
commit 50ea01f188
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,6 +157,7 @@
local manpage=""
manpage="$(fzf-search-manpage "$cmd_name")"
BUFFER="man $manpage"
zle redisplay
zle accept-line
}
zle -N find-man-page _widget_find_man_page