m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 16:45:38 -05:00

Updated Examples (vim) (markdown)

Heesik Shin
2019-11-16 15:43:25 +09:00
parent acf460db62
commit baa48416c1

@@ -103,7 +103,7 @@ endfunction
command! -bar Tags if !empty(tagfiles()) | call fzf#run({
\ 'source': "sed '/^\\!/d;s/\t.*//' " . join(tagfiles()) . ' | uniq',
\ 'sink': 'tag',
\ }) | else | echo 'Preparing tags' | call system('ctags -R') | Tags | endif
\ }) | else | echo 'Preparing tags' | call system('ctags -R') | FZFTag | endif
```
### Jump to tags