Mercurial > vim-gutentags
diff plugin/gutentags.vim @ 126:860558b2f9e8
Use `--text` with `grep`
Without this the `grep -v` might stop with "Binary file tags matches" if
there's "binary" contents, e.g. with a (broken?) Vim view file.
Using `--text` will keep those lines and not stop here, corrupting the
tags file.
author | Daniel Hahler <git@thequod.de> |
---|---|
date | Sat, 09 Apr 2016 15:22:10 +0200 |
parents | 6bbed9e4c01e |
children | 2838af9ff980 a66d90fd758b |