Merge commit 'pull/origin/47'
This commit is contained in:
commit
575bf98179
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ BUFFER may be a string or nil."
|
||||||
(options
|
(options
|
||||||
(concat options " "
|
(concat options " "
|
||||||
(mapconcat (lambda (i)
|
(mapconcat (lambda (i)
|
||||||
(concat "--ignore-file " (shell-quote-argument i)))
|
(concat "--glob " (shell-quote-argument (concat "!" i))))
|
||||||
ignored
|
ignored
|
||||||
" "))))
|
" "))))
|
||||||
(counsel-rg nil
|
(counsel-rg nil
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue