1
0
Fork 0

Merge pull request #69 from gbrlsnchs/gbrlsnchs-patch-1

fzf-vcs: fix typo in command docstring
This commit is contained in:
Andrey Orst 2019-09-23 12:19:24 +01:00 committed by GitHub
commit 9a10a6b64a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
hook global ModuleLoaded fzf %§
map global fzf -docstring "edit file from vcs repo" 'v' '<esc>: require-module fzf_vcs; fzf-vcs<ret>'
map global fzf -docstring "svitch to vcs selection mode" '<a-v>' '<esc>: fzf-vcs-mode<ret>'
map global fzf -docstring "switch to vcs selection mode" '<a-v>' '<esc>: fzf-vcs-mode<ret>'
define-command -docstring "Enter fzf-vcs-mode.
This mode allows selecting specific vcs command." \