diff --git a/Examples-(vim).md b/Examples-(vim).md index 72bd779..44f8e9d 100644 --- a/Examples-(vim).md +++ b/Examples-(vim).md @@ -232,7 +232,7 @@ function! s:tags() call fzf#run({ \ 'source': 'cat '.join(map(tagfiles(), 'fnamemodify(v:val, ":S")')). - \ '| grep -v ^!', + \ '| grep -v -a ^!', \ 'options': '+m -d "\t" --with-nth 1,4.. -n 1 --tiebreak=index', \ 'down': '40%', \ 'sink': function('s:tags_sink')})