diff --git a/Examples-(vim).md b/Examples-(vim).md index a866f87..c69156d 100644 --- a/Examples-(vim).md +++ b/Examples-(vim).md @@ -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