[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:
Junegunn Choi
2016-02-24 00:08:34 +09:00
parent 345dae5a08
commit b9285c87db
4 changed files with 16 additions and 12 deletions

View File

@@ -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
`LocatePATTERN` | `locate` command output