我正在尝试在 Windows 上的 GVim 中的所有文件中复制 Notepad++ 查找。我找到了以下 vimgrep 脚本,它似乎在目录中找到了光标下的单词
map <F4> :execute "vimgrep /" . expand("<cword>") . "/j /**/*.c " <Bar> cw<CR>
我将其修改为始终在项目的根目录中搜索。但它不起作用。该项目位于“c:\lion”下
map < F4> :execute "vimgrep /" . expand("<cword>") . "/j {c:\lion\}/**/*.c " <Bar> cw<CR>
显示以下错误。
"{c:" Illegal file name
Cannot open file "{c:"