:ag update: (helm-ag--select-source) was removed upstream
This commit is contained in:
parent
6dd7cc65f1
commit
49bdb11169
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@
|
|||
(if (and beg end (/= beg (1- end)))
|
||||
(setq input (buffer-substring-no-properties beg end))))
|
||||
(helm-attrset 'name header-name helm-ag-source)
|
||||
(helm :sources (if search (helm-ag--select-source) '(helm-source-do-ag))
|
||||
(helm :sources (if search helm-ag-source '(helm-source-do-ag))
|
||||
:buffer "*helm-ag*"
|
||||
:input input
|
||||
:prompt helm-global-prompt)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue