1
0
Fork 0

fix typo (#59)

This commit is contained in:
Andrey Orst 2019-05-27 08:45:00 +03:00 committed by GitHub
parent f75e48a40e
commit f9b476ed62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -109,7 +109,7 @@ is being used to create new windows.
**fzf.kak** features a lot of settings via options that can be altered to change **fzf.kak** features a lot of settings via options that can be altered to change
how **fzf.kak** behaves. All settings belong to `fzf` module, so in order to how **fzf.kak** behaves. All settings belong to `fzf` module, so in order to
change variable values use `defer "fzf %{ ... }"` if you're using **plug.kak**, change variable values use `defer "fzf %{ ... }"` if you're using **plug.kak**,
and if not, use `hook global ModuleLoad fzf %{ ... }`, or simply `requier-module and if not, use `hook global ModuleLoad fzf %{ ... }`, or simply `require-module
fzf` before configuring options. Same goes for `fzf_vcs` module. fzf` before configuring options. Same goes for `fzf_vcs` module.
From now on I assume that you're using one of the methods listed above for all From now on I assume that you're using one of the methods listed above for all