1
0
Fork 0

fzf-vcs: fix typo in command docstring

This commit is contained in:
Gabriel Sanches 2019-09-22 19:58:25 -03:00 committed by GitHub
parent b257db0bf8
commit 59f28b903a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
hook global ModuleLoaded fzf %§ 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 "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. define-command -docstring "Enter fzf-vcs-mode.
This mode allows selecting specific vcs command." \ This mode allows selecting specific vcs command." \