cp-rg: Always specify path
Explicitly specify `.` if there is no path specification from the project dirconfig file. This seems to be needed on Windows (see #100).
This commit is contained in:
parent
efa3a2f478
commit
1467e674a7
1 changed files with 3 additions and 2 deletions
|
|
@ -791,8 +791,9 @@ is called with a prefix argument."
|
||||||
(interactive)
|
(interactive)
|
||||||
(let* ((path
|
(let* ((path
|
||||||
(mapconcat 'shell-quote-argument
|
(mapconcat 'shell-quote-argument
|
||||||
(projectile-normalise-paths
|
(or (projectile-normalise-paths
|
||||||
(car (projectile-parse-dirconfig-file)))
|
(car (projectile-parse-dirconfig-file)))
|
||||||
|
'("."))
|
||||||
" "))
|
" "))
|
||||||
(ignored
|
(ignored
|
||||||
(mapconcat (lambda (i)
|
(mapconcat (lambda (i)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue