Recently, I've been relying on putting in unite and not being able to return to vim without unite, but
Only if you don't know how to use unite-grep with file extension and want to specify a file
:Ag HOGE-G\.h$
You are using ag.vim as shown in .
If possible, I would like to complete everything only with unite, but how can I do it?
Because grep itself does not have the option to specify a file pattern, unite-grep
does not seem to support it directly.
You can pass arguments to commands that you are using internally, so if unite-grep
is configured to use ag,
:Unite grep::-G\\\\.h$
It seems possible to specify that
925 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
585 PHP ssh2_scp_send fails to send files as intended
574 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
577 Who developed the "avformat-59.dll" that comes with FFmpeg?
618 GDB gets version error when attempting to debug with the Presense SDK (IDE)
© 2024 OneMinuteCode. All rights reserved.