From 7bc7e7927e0b594b80a18064a33af8cb57a4015b Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 30 Jul 2015 13:40:23 +0900 Subject: [PATCH] Updated Examples (vim) (markdown) --- Examples-(vim).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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