remove -- from git
This commit is contained in:
parent
c9024da45d
commit
419b69a4b4
1 changed files with 6 additions and 6 deletions
12
rc/fzf.kak
12
rc/fzf.kak
|
@ -30,8 +30,8 @@ str fzf_file_command "find"
|
||||||
|
|
||||||
declare-option -docstring "command to provide list of files in git tree to fzf. Arguments are supported
|
declare-option -docstring "command to provide list of files in git tree to fzf. Arguments are supported
|
||||||
Supported tools:
|
Supported tools:
|
||||||
<package>: <value>:
|
<package>: <value>:
|
||||||
Git --fast-version-control: ""git""
|
Git : ""git""
|
||||||
|
|
||||||
Default arguments:
|
Default arguments:
|
||||||
""git ls-tree --name-only -r HEAD""
|
""git ls-tree --name-only -r HEAD""
|
||||||
|
@ -174,10 +174,10 @@ define-command -docstring "Wrapper command for fzf vcs to automatically decect
|
||||||
used version control system.
|
used version control system.
|
||||||
|
|
||||||
Supported vcs:
|
Supported vcs:
|
||||||
Git --fast-version-control: ""git""
|
Git: ""git""
|
||||||
Subversion: ""svn""
|
Subversion: ""svn""
|
||||||
Mercurial SCM: ""hg""
|
Mercurial SCM: ""hg""
|
||||||
GNU Bazaar: ""bzr""
|
GNU Bazaar: ""bzr""
|
||||||
" \
|
" \
|
||||||
-hidden fzf-vcs %{ evaluate-commands %sh{
|
-hidden fzf-vcs %{ evaluate-commands %sh{
|
||||||
commands="git rev-parse --is-inside-work-tree
|
commands="git rev-parse --is-inside-work-tree
|
||||||
|
|
Loading…
Reference in a new issue