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)

Junegunn Choi
2015-07-30 13:40:23 +09:00
parent 42e427e568
commit 7bc7e7927e

@@ -96,7 +96,7 @@ command! -bar FZFTags if !empty(tagfiles()) | call fzf#run({
\ }) | else | echo 'Preparing tags' | call system('ctags -R') | FZFTag | endif
```
### Jumps to tags in the current buffer
### Jump to tags in the current buffer
https://github.com/junegunn/fzf/issues/243#issuecomment-123719357