diff --git a/Examples-(vim).md b/Examples-(vim).md index b7801d5..2b9a3da 100644 --- a/Examples-(vim).md +++ b/Examples-(vim).md @@ -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') | FZFTag | endif +\ }) | else | echo 'Preparing tags' | call system('ctags -R') | Tags | endif ``` ### Jump to tags