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