I can't find out how to search in Vim in all directories with:
p.e. search "search-item" in all .txt files in c:\ and d:\ (including sub directories)
Can anyone help me?
Following works for me
:vimgrep /<search>/ {c:,d:}/**/*.txt