Wednesday, September 2, 2020

Using vimgrep to find files NOT containing a string

Hi All,

I generally use:

:vim `beta: ` **/*.md | copen

To traverse my Markdown files to find those containing 'beta: '.

I need to do the opposite but can get the pattern right. I tried

:vim -v `beta: ` **/*.md | copen

thinking that might work but no dice.

I looked through teh vimgrep help but couldn't find anything.

Does anyone know how to do this?

Thank you, 

Russ

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/1293083986.1897663.1599074077407%40mail.yahoo.com.

No comments: