mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 00:53:42 -05:00
Updated Examples (vim) (markdown)
@@ -101,9 +101,6 @@ command! -bar Tags if !empty(tagfiles()) | call fzf#run({
|
||||
This version better handles same tags across different files.
|
||||
|
||||
```vim
|
||||
" ----------------------------------------------------------------------------
|
||||
" Tags
|
||||
" ----------------------------------------------------------------------------
|
||||
function! s:tags_sink(line)
|
||||
let parts = split(a:line, '\t\zs')
|
||||
let excmd = matchstr(parts[2:], '^.*\ze;"\t')
|
||||
@@ -135,9 +132,6 @@ command! Tags call s:tags()
|
||||
### Jump to tags in the current buffer
|
||||
|
||||
```vim
|
||||
" ----------------------------------------------------------------------------
|
||||
" BTags
|
||||
" ----------------------------------------------------------------------------
|
||||
function! s:align_lists(lists)
|
||||
let maxes = {}
|
||||
for list in a:lists
|
||||
|
||||
Reference in New Issue
Block a user