Fix bug in #87

This commit is contained in:
Junegunn Choi
2016-03-06 13:23:03 +09:00
parent 0352153789
commit fe7bebb62a

View File

@@ -488,7 +488,7 @@ function! fzf#vim#buffer_tags(query, ...)
return s:fzf(fzf#vim#wrap({
\ 'source': s:btags_source(tag_cmds),
\ 'sink*': s:function('s:btags_sink'),
\ 'options': '--reverse -m -d "\t" --with-nth 1,4.. -n 1 --prompt "BTags> "'.s:q(a:query)}), a:000)
\ 'options': '--reverse -m -d "\t" --with-nth 1,4.. -n 1 --prompt "BTags> "'.s:q(a:query)}), args)
catch
return s:warn(v:exception)
endtry