Hi, does any know syntax of Vimgrep to search in multiple file, i am trying to use this command to search into current directory.
map <F3> :execute "vimgrep /" . expand("<cword>") . "/j **/*.c* *.txt" <Bar> cw<CR>
while using this command it search only for *.c*
.
Any Idea about searching into multiple file type?