Shougo / unite.vim

:dragon: Unite and create user interfaces
http://www.vim.org/scripts/script.php?script_id=3396
Other
2.85k stars 227 forks source link

Is it possible to skip "Pattern: " in :Unite grep? #1240

Closed bbtdev closed 6 years ago

bbtdev commented 6 years ago

Hello,

So sorry I cannot find any info on this? Is it possible to skip the "Pattern: " part when using :Unite grep? Like I do in Denite with ':Denite grep:::!'?

Shougo commented 6 years ago

Please specify argument 3 in unite.vim. Please read the documentation.

grep        Nominates "grep" command output as candidates.
        Note: This source is created by Sixeight.

        Note: This source requires |vimproc|.  Please install.
        http://github.com/Shougo/vimproc

        Source arguments:
        1. the target directories splitted by newlines.
        2. "grep" options.
        3. the narrowing pattern (if you omit it,
        |unite-options-input| or input prompt is used).

And the interactive mode is not supported in unite.vim.