mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-02-07 10:21:07 +08:00
[Tags/BTags] Take optional argument as the default query
Related #90. Function signature of s:btags_source has changed. /cc @AdnoC
This commit is contained in:
@@ -81,8 +81,8 @@ COMMANDS *fzf-vim-commands*
|
||||
`Ag [PATTERN]` | {ag}{5} search result (ALT-A to select all, ALT-D to deselect all)
|
||||
`Lines` | Lines in loaded buffers
|
||||
`BLines` | Lines in the current buffer
|
||||
`Tags` | Tags in the project ( `ctags -R` )
|
||||
`BTags` | Tags in the current buffer
|
||||
`Tags [QUERY]` | Tags in the project ( `ctags -R` )
|
||||
`BTags [QUERY]` | Tags in the current buffer
|
||||
`Marks` | Marks
|
||||
`Windows` | Windows
|
||||
`Locate PATTERN` | `locate` command output
|
||||
|
||||
Reference in New Issue
Block a user