Saturday, October 10, 2020

How to grep #tag?

How can I grep text with a special symbol, such as #?

I would like to search a bunch of files containing various #tags, but if
I try from the command line:

:grep #sometag

that does not work. Escaping the hash causes grep to exit with an error:

:grep \#sometag

Any idea?

Thanks,
Life.

--
--
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/rlt7u6%24r9b%241%40ciao.gmane.io.

No comments: