Closed xiongtx closed 7 years ago
Address #64.
Fundamentally, the use of coerce and reliance on helm-candidate-buffer is the wrong thing to do. Instead, Helm source candidates should be (DISPLAY . REAL) pairs, where DISPLAY is the short file name and REAL is the full path.
coerce
helm-candidate-buffer
(DISPLAY . REAL)
DISPLAY
REAL
cc @bbatsov
Address #64.
Fundamentally, the use of
coerce
and reliance onhelm-candidate-buffer
is the wrong thing to do. Instead, Helm source candidates should be(DISPLAY . REAL)
pairs, whereDISPLAY
is the short file name andREAL
is the full path.cc @bbatsov