[Tags] Remove --with-nth option to speed up loading
This commit is contained in:
parent
55f6bc8367
commit
685f9aae97
1 changed files with 1 additions and 1 deletions
|
@ -778,7 +778,7 @@ function! fzf#vim#tags(query, ...)
|
|||
return s:fzf('tags', {
|
||||
\ 'source': shellescape(s:bin.tags).' '.join(map(tagfiles, 'shellescape(fnamemodify(v:val, ":p"))')),
|
||||
\ 'sink*': s:function('s:tags_sink'),
|
||||
\ 'options': opts.'--nth 1..2 --with-nth ..-2 -m --tiebreak=begin --prompt "Tags> "'.s:q(a:query)}, a:000)
|
||||
\ 'options': opts.'--nth 1..2 -m --tiebreak=begin --prompt "Tags> "'.s:q(a:query)}, a:000)
|
||||
endfunction
|
||||
|
||||
" ------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue