Commit dbc19be
committed
Add an explicit --nopager to default ack options
Otherwise if a user has something like `--pager=less` as a default in
their `~/.ackrc`, Ack may think that it's running interactively if
executed in a separate shell e.g. when `g:ack_use_dispatch` is enabled.
This will result in broken behavior loading results in Vim.
See #182 for some background.1 parent 6c8e2de commit dbc19be
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments