Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
すると:Explore //** searchingforthis、次のエラーが表示されます。
:Explore //** searchingforthis
E132: Function call depth is higher than 'maxfuncdepth'
誰でも理由を知っていますか?ところで、//**netrw dir で grep を実行すると、パターンが見つかったファイルをステップ実行できます。
//**
agの代わりに使用していgrepます。
ag
grep
Netrw は、あなたがやろうとしていることにはあまり適していません。
を含む現在のディレクトリ内のすべてのファイルを再帰的に検索しようとしている場合は、またはfooを試してください。:grep:vimgrep
foo
:grep
:vimgrep
:grep foo **/* | cw :vim bar **/* | cw