aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcos Almeida <maurelio1234@users.noreply.github.com>2020-12-10 10:27:28 +0100
committerGitHub <noreply@github.com>2020-12-10 11:27:28 +0200
commit05ab27e34d7d9c5276bad9a4a9cf396354aad618 (patch)
tree63cd8df1439e181d9a974bbb1c7469e1e3a3dd01 /doc
parent3ad2008c98d861f8d8f99844d42569a1ee951c50 (diff)
[Fix #1615] projectile-files-via-ext-command: support magic filenames (#1618)
In 351e0c3b430392c73372f4129b1174c088a934b2 I switched from `shell-command-to-string` to `call-process-shell-command` so that we could capture only the stdout, not the stderr. However, `call-process-shell-command` does not support magic filenames, which breaks the use of `projectile-files-via-ext-command` in TRAMP for example. In this commit we swich to `shell-command`, which supports both separating stdout and stderr and magic handlers. Also fixes #1616.
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions