Windows64bit版 Vim KaoriYa版を使用しています。
DeniteというPluginを導入し、Vim上で「:Denite fire_rec」コマンドでファイル検索は動く状態になりましたが、
同じくVim上での「:Denite grep」コマンドによるgrep検索が出来ない状態です。
自力で解決を試みましたが、Vimの知識が乏しく苦戦しており限界と思い質問させて頂きます。
どのようにすればgrep検索出来るようになるでしょうか。
具体的には下記コマンドを入力すると、
:Denite -buffer-name=search -mode=normal grep
Pattern:
と出て、ここで何か文字を入力してEnterを押すと、
下記のエラーが出てしまいます。
[denite] Traceback (most recent call last): [denite] File "<string>", line 9, in _temporary_scope [denite] File "C:\Users\username\vimfiles\bundles.cache\vimrc.dein/rplugin/python3\denite\ui\default.py", line 71, in start [denite] self._start(context['sources_queue'][0], context) [denite] File "C:\Users\username\vimfiles\bundles.cache\vimrc.dein/rplugin/python3\denite\ui\default.py", line 120, in _start [denite] self.gather_candidates() [denite] File "C:\Users\username\vimfiles\bundles.cache\vimrc.dein/rplugin/python3\denite\ui\default.py", line 668, in gather_candidates [denite] self._denite.gather_candidates(self._context) [denite] File "C:\Users\username\vimfiles\bundles.cache\vimrc.dein/rplugin/python3\denite\denite.py", line 66, in gather_candidates [denite] source.context, source) [denite] File "C:\Users\username\vimfiles\bundles.cache\vimrc.dein/rplugin/python3\denite\denite.py", line 75, in _gather_source_candidates [denite] candidates = source.gather_candidates(context) [denite] File "c:\users\username\vimfiles\bundles.cache\vimrc.dein\rplugin\python3\denite\source\grep.py", line 183, in gather_candidates [denite] context['__proc'] = process.Process(args, context, context['path']) [denite] File "C:\Users\username\vimfiles\bundles.cache\vimrc.dein/rplugin/python3\denite\process.py", line 25, in __init__ [denite] cwd=cwd) [denite] File "C:\Users\username\AppData\Local\Programs\Python\Python35\Lib\subprocess.py", line 676, in __init__ [denite] restore_signals, start_new_session) [denite] File "C:\Users\username\AppData\Local\Programs\Python\Python35\Lib\subprocess.py", line 957, in _execute_child [denite] startupinfo) [denite] FileNotFoundError: [WinError 2] 指定されたファイルが見つかりません。 [denite] Please execute :messages command.
あなたの回答
tips
プレビュー